summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-19 08:19:00 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-19 08:19:00 +0100
commitba389e0b558d27d9d2e30c9f9f681e50d03309bd (patch)
tree837396a397c2277170dac06e68f2c3ebe99a55b0
parent7dadfe24917bac6c72fa1203e67f6c2546801ef3 (diff)
All headings are same bold font weight
-rw-r--r--public/css/base/typography.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/public/css/base/typography.css b/public/css/base/typography.css
index af7626a..9c53748 100644
--- a/public/css/base/typography.css
+++ b/public/css/base/typography.css
@@ -8,22 +8,18 @@
h1 {
font-size: var(--font-size-5);
- font-weight: 600;
}
h2 {
font-size: var(--font-size-4);
- font-weight: 500;
}
h3 {
font-size: var(--font-size-3);
- font-weight: 400;
}
h4 {
font-size: var(--font-size-2);
- font-weight: 400;
}
h1,
@@ -31,6 +27,7 @@ h2,
h3,
h4 {
font-family: var(--font-serif);
+ font-weight: 700;
margin-block-start: var(--spacing-block-lg);
}