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