chore: typography

This commit is contained in:
Cory Dransfeldt 2024-09-12 09:22:31 -07:00
parent 77b1c23b7d
commit d7fdbbf0cb
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -3,8 +3,6 @@ body {
color: var(--text-color);
background: var(--background-color);
font-family: var(--font-mono);
letter-spacing: -.05rem;
word-spacing: -.125rem;
scrollbar-width: thin;
scrollbar-color: var(--accent-color) var(--gray-light);
}