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;  }