fonts: add --font-body/--font-display vars, use them everywhere

This commit is contained in:
Pontoporeia
2026-04-07 14:15:40 +02:00
parent 797eaf87d1
commit dddfc8554b
5 changed files with 16 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ body {
}
body {
font-family: "BBBDMSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-family: var(--font-body);
background: var(--bg-primary);
color: var(--text-primary);
}
@@ -108,7 +108,7 @@ header nav {
}
header nav > a {
font-family: "Combined", sans-serif;
font-family: var(--font-display);
font-size: 1.1rem;
letter-spacing: 0.12em;
text-transform: uppercase;