feat: webfonts are way too heavy

This commit is contained in:
Cory Dransfeldt 2024-01-31 12:34:40 -08:00
parent 88015fabe7
commit 286054209c
No known key found for this signature in database
4 changed files with 3 additions and 43 deletions

File diff suppressed because one or more lines are too long

View file

@ -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;