chore: font cleanup

This commit is contained in:
Cory Dransfeldt 2024-01-02 07:28:09 -08:00
parent e8a1d7092d
commit e8c24a60f8
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -39,8 +39,8 @@
--webrings: #ec8fd0;
/* fonts */
--font-sans: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, system-ui, sans-serif;
--font-mono: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
--font-sans: system-ui, sans-serif;
--font-mono: ui-monospace, monospace;
/* text */
--font-size-xs: .75rem;

View file

@ -6,7 +6,7 @@ pre[class*='language-'] {
color: #d9e0ee;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
font-family: ui-monospace, monospace;
text-align: left;
white-space: pre;
word-spacing: normal;