chore: font loading strategy
This commit is contained in:
parent
8613d1c436
commit
88015fabe7
2 changed files with 20 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -52,7 +52,7 @@
|
||||||
--webrings: #ec8fd0;
|
--webrings: #ec8fd0;
|
||||||
|
|
||||||
/* fonts */
|
/* fonts */
|
||||||
--font-sans: silka, Inter, Roboto, 'serif-fallback', system-ui, sans-serif;
|
--font-sans: silka, 'serif-fallback', system-ui, sans-serif;
|
||||||
--font-mono: ui-monospace, monospace;
|
--font-mono: ui-monospace, monospace;
|
||||||
|
|
||||||
/* text */
|
/* text */
|
||||||
|
|
Reference in a new issue