font updates

This commit is contained in:
2026-06-12 20:38:06 -05:00
parent f9a59e9a66
commit ba7a22e0fd
17 changed files with 3709 additions and 7 deletions

View File

@@ -14,8 +14,11 @@
--accent-green: #3a6b3a;
--scrollbar-thumb: #3a3020;
font-family: 'EB Garamond', Georgia, serif;
font-size: 16px;
--font-family-body: 'EB Garamond', Georgia, serif;
--font-size-base: 16px;
font-family: var(--font-family-body);
font-size: var(--font-size-base);
color: var(--text-primary);
background-color: var(--bg-base);
}