fix: font name

pull/29/head
Coelacanthus 2021-05-11 11:12:32 +08:00
parent aa92e473e6
commit cc5da8b4dd
No known key found for this signature in database
GPG Key ID: 1F62B42D0D2AE4B6
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ $text-font-stack: 'Muli',
Georgia,
-apple-system,
'Noto Sans',
'Noto Sans SC',
'Noto Sans CJK SC',
'PingFang SC',
'Hiragino Sans GB',

View File

@ -1,2 +1,2 @@
title_font = "\"Montserrat\", Georgia, -apple-system, \"Noto Sans\", \"Noto Sans CJK SC\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft Yahei\", \"ST Heiti\", sans-serif"
content_font = "\"muli\", Georgia, -apple-system, \"Noto Sans\", \"Noto Sans CJK SC\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft Yahei\", \"ST Heiti\", sans-serif"
content_font = "\"muli\", Georgia, -apple-system, \"Noto Sans\", \"Noto Sans SC\", \"Noto Sans CJK SC\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft Yahei\", \"ST Heiti\", sans-serif"