This commit is contained in:
tangly1024.com
2023-02-02 12:20:25 +08:00
parent 2ff75d0ea8
commit 0178123e13

View File

@@ -35,13 +35,13 @@ const fontSerifCJK = !CJK()
const fontFamilies = {
sans: [...(BLOG.CUSTOM_FONT ? BLOG.CUSTOM_FONT_SANS : []),
'"PingFang SC"', '-apple-system', 'BlinkMacSystemFont', '"Hiragino Sans GB"',
'"Segoe UI Symbol"', '"Segoe UI"', '"Noto Sans SC"', 'HarmonyOS_Regular',
'"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Segoe UI"', '"Noto Sans SC"', 'HarmonyOS_Regular',
'"Microsoft YaHei"', '"Helvetica Neue"', 'Helvetica', '"Source Han Sans SC"',
'Arial', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"',
'Arial', 'sans-serif', '"Apple Color Emoji"',
...fontSansCJK],
serif: [...(BLOG.CUSTOM_FONT ? BLOG.CUSTOM_FONT_SERIF : []),
'"Noto Serif SC"', 'SimSun', '"Times New Roman"', 'Times', 'serif',
'"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"',
'"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Apple Color Emoji"',
...fontSerifCJK],
noEmoji: [
'ui-sans-serif',