From a89151f419fe608aca7cce2a4e1e2990fb65c8e9 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 03:13:24 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 3c119938a..b0c09dcb9 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,6 +1,3 @@ -@import 'https://cdn.staticfile.org/lxgw-wenkai-screen-webfont/1.6.0/lxgwwenkaiscreen.css';  -@use "./base.scss";   +@use "./base.scss"; -body { - font-family: "LXGW WenKai Screen", sans-serif; -} +// put your custom CSS here!