refactor(web): add --font-sans CSS variable for primary font (#26730)

This commit is contained in:
Min Idzelis 2026-03-05 22:00:37 -05:00 committed by GitHub
parent 9597f8c37f
commit ec7246b86f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@
}
@theme {
--font-sans: 'GoogleSans', sans-serif;
--font-mono: 'GoogleSansCode', monospace;
--spacing-18: 4.5rem;
@ -100,7 +101,7 @@
}
:root {
font-family: 'GoogleSans', sans-serif;
font-family: var(--font-sans);
letter-spacing: 0.1px;
/* Used by layouts to ensure proper spacing between navbar and content */