Merge pull request #3 from crowd4u/japanese-font-support

日本語の表示をきれいに
This commit is contained in:
notch_man 2022-11-30 20:22:02 +09:00 committed by GitHub
commit 2cfb92682d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,10 +40,7 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
* Global font family
*/
:root {
--sys-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue";
--zh-font-family: "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei";
--base-font-family: "Lato", var(--sys-font-family), var(--zh-font-family), sans-serif;
--base-font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
--code-font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}