feat: webfonts are way too heavy
This commit is contained in:
parent
88015fabe7
commit
286054209c
4 changed files with 3 additions and 43 deletions
File diff suppressed because one or more lines are too long
|
@ -52,8 +52,8 @@
|
|||
--webrings: #ec8fd0;
|
||||
|
||||
/* fonts */
|
||||
--font-sans: silka, 'serif-fallback', system-ui, sans-serif;
|
||||
--font-mono: ui-monospace, monospace;
|
||||
--font-sans: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
--font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||
|
||||
/* text */
|
||||
--font-size-xs: .75rem;
|
||||
|
|
Reference in a new issue