From e9dc40b3f73896dbd6f7532382c3fd9a7eeaed9b Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 25 Feb 2024 03:47:55 +0100 Subject: [PATCH] Fix font-weight Fix font-weight bold in strong. --- _sass/components/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/components/_content.scss b/_sass/components/_content.scss index c807be83b2..c6d9155cdc 100644 --- a/_sass/components/_content.scss +++ b/_sass/components/_content.scss @@ -9,7 +9,7 @@ margin-bottom: 20px; } strong { - font-width: bold; + font-weight: bold; } em { font-style: italic;