chore: typography

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

View file

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