From ba389e0b558d27d9d2e30c9f9f681e50d03309bd Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 19 Aug 2023 08:19:00 +0100 Subject: All headings are same bold font weight --- public/css/base/typography.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'public/css/base/typography.css') 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); } -- cgit v1.2.3