Apply correct fonts: Combined for titles, BBBDMSans for body text

This commit is contained in:
Pontoporeia
2026-04-07 14:14:33 +02:00
parent 572ef75a1e
commit 797eaf87d1
4 changed files with 50 additions and 10 deletions

View File

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