mirror of
https://github.com/immich-app/immich.git
synced 2026-03-09 11:23:46 -04:00
refactor(web): add --font-sans CSS variable for primary font (#26730)
This commit is contained in:
parent
9597f8c37f
commit
ec7246b86f
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user