mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Apply correct fonts: Combined for titles, BBBDMSans for body text
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user