From a6690c6503ca6b2957a4476671c7239212b81b1a Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 17 Feb 2024 10:57:59 -0800 Subject: [PATCH] fix(style): bold should use semibold --- quartz/styles/base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 6c8f836..92798a2 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -53,6 +53,10 @@ ul, } } +strong { + font-weight: $semiBoldWeight; +} + a { font-weight: $semiBoldWeight; text-decoration: none;