From c6be6b6c0a5f44ca98c85e1644344f0a79b88947 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 10:13:59 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 14b9877e4..b26f63cf1 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,11 +1,10 @@ @use "./base.scss"; // put your custom CSS here!  -body {  - font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC',  - 'Noto Sans', 'Microsoft YaHei', sans-serif;  +body {    + font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;   } a {          - font-weight: normal;  - background-color: transparent;      + font-weight: normal;    + background-color: transparent;        }