mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
8 lines
203 B
SCSS
8 lines
203 B
SCSS
@use "./base.scss";
|
||
|
||
// put your custom CSS here!
|
||
body {
|
||
font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC',
|
||
'Noto Sans', 'Microsoft YaHei', sans-serif;
|
||
}
|