From 1ac36bec0f06616be321f597043d784811dae242 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 02:54:09 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 659dd8a75..a6bc9127c 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -2,7 +2,13 @@ // put your custom CSS here! -body { + +@import url('https://cdn.staticfile.org/lxgw-wenkai-screen-webfont/1.6.0/lxgwwenkaiscreen.css'); +* { + /* Screen version */ + font-family: "LXGW WenKai Screen", sans-serif; +} +body {  /* Screen version */ font-family: "LXGW WenKai Screen", sans-serif; }