Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
2feba8af
Commit
2feba8af
authored
Apr 27, 2024
by
Timothy J. Baek
Browse files
fix: font fallback issue
#1556
parent
386fc040
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+3
-1
No files found.
src/routes/auth/+page.svelte
View file @
2feba8af
...
@@ -215,6 +215,8 @@
...
@@ -215,6 +215,8 @@
<style>
<style>
.font-mona {
.font-mona {
font-family: 'Mona Sans';
font-family: 'Mona Sans', -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto,
Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
}
</style>
</style>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment