mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
refactor(web): add --font-sans CSS variable for primary font (#26730)
This commit is contained in:
parent
9597f8c37f
commit
ec7246b86f
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue