From d8917ba67a7c672f6acfaca9bbee26f1ec0de5eb Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 09:25:41 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index e2a576e6d..a9bdc7c71 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -3,5 +3,8 @@ // put your custom CSS here!  body { font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC',  - 'Noto Sans', 'Microsoft YaHei', sans-serif; + 'Noto Sans', 'Microsoft YaHei', sans-serif;  +} +a { + font-weight: normal;  }