From 7b0ff83907bf7b521e9811d748c3ccf63a8413ed Mon Sep 17 00:00:00 2001 From: nextgenthemes Date: Fri, 31 Jan 2025 08:13:35 +0100 Subject: [PATCH] Default font weight for strong is bold not boldER I believe this is a mistake, unless I am missing something its crazy how long this is in. --- scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 5e1665c35887..032d77f15f9c 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -200,7 +200,7 @@ blockquote { b, strong { - font-weight: $font-weight-bolder; + font-weight: $font-weight-bold; }