From 25b57479f07edd30348b7f80c7e000ec8c4d5e48 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 03:07:57 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index a8ec382bc..1268352f8 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,10 +1,6 @@ @use "./base.scss"; - -// put your custom CSS here!  -// 使用 @import 引入字体 @import 'https://cdn.staticfile.org/lxgw-wenkai-screen-webfont/1.6.0/lxgwwenkaiscreen.css'; -// 只需要在 body 中设置字体即可,会自动继承给子元素 body { font-family: "LXGW WenKai Screen", sans-serif; }