mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
emoji
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user