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

@@ -35,7 +35,7 @@
/* ------------------------------------------------------------------ */
.prose {
font-family: "Courier New", Courier, monospace;
font-family: "BBBDMSans", sans-serif;
font-size: 1.55rem;
line-height: 1.45;
color: var(--text-primary);
@@ -50,7 +50,7 @@
.prose h1,
.prose h2,
.prose h3 {
font-family: "Courier New", Courier, monospace;
font-family: "Combined", sans-serif;
font-weight: 400;
margin: 1.5em 0 0.5em 0;
}
@@ -78,7 +78,7 @@
.prose em { font-style: italic; }
.prose code {
font-family: "Courier New", Courier, monospace;
font-family: "Courier New", Courier, monospace; /* keep monospace for code */
font-size: 0.9em;
background: var(--bg-tertiary);
padding: .1em .3em;
@@ -96,7 +96,7 @@
}
.apropos-section-title {
font-family: "Courier New", Courier, monospace;
font-family: "Combined", sans-serif;
font-size: 1.55rem;
font-weight: 400;
color: var(--text-primary);
@@ -149,7 +149,7 @@
}
.apropos-licences h2 {
font-family: "Courier New", Courier, monospace;
font-family: "Combined", sans-serif;
font-size: 1.55rem;
font-weight: 400;
margin: 0 0 0.75rem 0;