Update custom.scss

This commit is contained in:
enneaa 2025-03-13 09:25:41 +08:00 committed by GitHub
parent 7dab425c79
commit d8917ba67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,8 @@
// put your custom CSS here!  // put your custom CSS here! 
body { body {
font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC',  font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC', 
'Noto Sans', 'Microsoft YaHei', sans-serif; 'Noto Sans', 'Microsoft YaHei', sans-serif; 
}
a {
font-weight: normal; 
} }