From 4b4943192af77e55d0db87c130ff8943b96f7b0b 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 6c8f836a..92798a2d 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;