From 932551a5d36531f01fd606c34e270f000adb62cf Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Mon, 22 Jan 2024 09:34:11 +0100 Subject: [PATCH] fix(core): set bold font to 700 --- core/src/styles/core/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/styles/core/_typography.scss b/core/src/styles/core/_typography.scss index b6501bf1..28a03b01 100644 --- a/core/src/styles/core/_typography.scss +++ b/core/src/styles/core/_typography.scss @@ -70,7 +70,7 @@ a[tabindex='-1']:focus { b, strong, .cat-strong { - font-weight: 600; + font-weight: 700; } mark, @@ -108,7 +108,7 @@ ul.cat-plain { } dt { - font-weight: 600; + font-weight: 700; } dd:not(:last-child) {