summaryrefslogtreecommitdiff
path: root/public/css/base
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/base')
-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);
}