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

@@ -42,7 +42,7 @@
/* Title (h1) — primary heading, very large */
.tfe-title {
font-family: "Combined", sans-serif;
font-family: var(--font-display);
font-size: 2.2rem;
font-weight: 400;
color: var(--text-primary);
@@ -53,7 +53,7 @@
/* Author (p) — large but secondary */
.tfe-author {
font-family: "Combined", sans-serif;
font-family: var(--font-display);
font-size: 1.9rem;
font-weight: 400;
color: var(--text-primary);