Update custom.scss

This commit is contained in:
enneaa 2025-03-13 02:52:14 +08:00 committed by GitHub
parent b1b2956415
commit 25b56ad33e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
@use "./base.scss"; @use "./base.scss";
// put your custom CSS here! // put your custom CSS here!
<link rel="stylesheet" href="https://npm.elemecdn.com/lxgw-wenkai-screen-webfont/style.css" media="print" onload="this.media='all'">
body {
/* Screen version */
font-family: "LXGW WenKai Screen", sans-serif;
}