Complete #24-29, #31; Added some base styling for h1-6, p.

This commit is contained in:
Cutieguwu
2025-07-23 21:25:24 -04:00
parent 915423256f
commit 9f13c31424

View File

@@ -44,6 +44,7 @@
--font-size-generic: 1.85vh;
--font-family-generic: "Liberation Sans", Arial, Sans-Serif;
--font-family-title: "Liberation Serif", Arial, Sans-Serif;
--border-radius-small: calc(var(--border-radius-large) / 2);
--border-radius-large: 1rem;
@@ -75,10 +76,21 @@
h1 {
font-size: 3.3vh;
font-family: var(--font-family-title);
}
h2 {
font-size: 2.5vh;
font-family: var(--font-family-title);
}
h3,
h4,
h5,
h6,
p,
a {
font-family: var(--font-family-generic);
}
p {