From 488615f4344f90d5b1722df21140e74fba2fe9fa Mon Sep 17 00:00:00 2001 From: saeziae Date: Tue, 29 Mar 2022 16:11:52 +0800 Subject: [PATCH] disable bold in titles in ZH-HANT --- assets/sass/base/_typography.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/sass/base/_typography.scss b/assets/sass/base/_typography.scss index 29a19cc9..d3aa3288 100644 --- a/assets/sass/base/_typography.scss +++ b/assets/sass/base/_typography.scss @@ -26,6 +26,17 @@ body { "PMingLiU", "細明體", "MingLiU", "蘋果儷中黑", "Apple LiGothic Medium", "儷黑 Pro", "LiHei Pro Medium", "IBM Plex Sans Thai Looped", $text-font-stack; + h1, + h2, + h3, + h4, + h5, + h6, + h2.title, + .single__contents h1, + .single__contents h2 { + font-weight: normal; + } } [lang="ja"] * {