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
21b8072f
Unverified
Commit
21b8072f
authored
Jul 07, 2024
by
Robert Piosik
Committed by
GitHub
Jul 07, 2024
Browse files
Replace default UI font, Arimo to Inter
parent
824966ad
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
src/app.css
src/app.css
+2
-2
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+1
-1
src/tailwind.css
src/tailwind.css
+1
-1
static/assets/fonts/Arimo-Variable.ttf
static/assets/fonts/Arimo-Variable.ttf
+0
-0
static/assets/fonts/Inter-Variable.ttf
static/assets/fonts/Inter-Variable.ttf
+0
-0
No files found.
src/app.css
View file @
21b8072f
@font-face
{
font-family
:
'
Arimo
'
;
src
:
url('/assets/fonts/
Arimo
-Variable.ttf')
;
font-family
:
'
Inter
'
;
src
:
url('/assets/fonts/
Inter
-Variable.ttf')
;
font-display
:
swap
;
}
...
...
src/routes/auth/+page.svelte
View file @
21b8072f
...
...
@@ -346,7 +346,7 @@
<style>
.font-mona {
font-family: 'Mona Sans', -apple-system, '
Arimo
', ui-sans-serif, system-ui, 'Segoe UI', Roboto,
font-family: 'Mona Sans', -apple-system, '
Inter
', 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';
}
...
...
src/tailwind.css
View file @
21b8072f
...
...
@@ -5,7 +5,7 @@
@layer
base
{
html
,
pre
{
font-family
:
-apple-system
,
'
Arimo
'
,
ui-sans-serif
,
system-ui
,
'Segoe UI'
,
Roboto
,
Ubuntu
,
font-family
:
-apple-system
,
'
Inter
'
,
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'
;
}
...
...
static/assets/fonts/Arimo-Variable.ttf
deleted
100644 → 0
View file @
824966ad
File deleted
static/assets/fonts/Inter-Variable.ttf
0 → 100644
View file @
21b8072f
File added
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