mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
fonts: add --font-body/--font-display vars, use them everywhere
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user