diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 08:19:00 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 08:19:00 +0100 |
| commit | ba389e0b558d27d9d2e30c9f9f681e50d03309bd (patch) | |
| tree | 837396a397c2277170dac06e68f2c3ebe99a55b0 /public/css/base | |
| parent | 7dadfe24917bac6c72fa1203e67f6c2546801ef3 (diff) | |
All headings are same bold font weight
Diffstat (limited to 'public/css/base')
| -rw-r--r-- | public/css/base/typography.css | 5 |
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); } |
