mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor(web): add --font-sans CSS variable for primary font (#26730)
This commit is contained in:
+2
-1
@@ -49,6 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
|
--font-sans: 'GoogleSans', sans-serif;
|
||||||
--font-mono: 'GoogleSansCode', monospace;
|
--font-mono: 'GoogleSansCode', monospace;
|
||||||
|
|
||||||
--spacing-18: 4.5rem;
|
--spacing-18: 4.5rem;
|
||||||
@@ -100,7 +101,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: 'GoogleSans', sans-serif;
|
font-family: var(--font-sans);
|
||||||
letter-spacing: 0.1px;
|
letter-spacing: 0.1px;
|
||||||
|
|
||||||
/* Used by layouts to ensure proper spacing between navbar and content */
|
/* Used by layouts to ensure proper spacing between navbar and content */
|
||||||
|
|||||||
Reference in New Issue
Block a user