Update custom.scss

This commit is contained in:
enneaa 2025-03-13 03:13:24 +08:00 committed by GitHub
parent cc72425a40
commit a89151f419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 { // put your custom CSS here!
font-family: "LXGW WenKai Screen", sans-serif;
}