feat(fonts.css): update body and mono fonts to use system stacks

This commit is contained in:
Cory Dransfeldt 2025-06-19 12:07:04 -07:00
parent ad5754f78f
commit 520e1253ea
No known key found for this signature in database
12 changed files with 16 additions and 72 deletions

View file

@ -11,7 +11,7 @@ pre {
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: var(--line-height-md);
line-height: var(--line-height-base);
tab-size: 2;
hyphens: none;
}