From 0178123e1382d31b64e3f3574ac94fdbb2c0a63a Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 2 Feb 2023 12:20:25 +0800 Subject: [PATCH] emoji --- lib/font.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/font.js b/lib/font.js index 62fb9465..32a2fb78 100644 --- a/lib/font.js +++ b/lib/font.js @@ -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',