Merge branch 'tangly1024:main' into main

This commit is contained in:
Vixcity
2023-01-30 12:56:22 +08:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -35,13 +35,14 @@ const fontSerifCJK = !CJK()
const fontFamilies = {
sans: [...(BLOG.CUSTOM_FONT ? BLOG.CUSTOM_FONT_SANS : []),
'"PingFang SC"', '-apple-system', 'BlinkMacSystemFont', '"Hiragino Sans GB"',
'"Apple Color Emoji"', '"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', ...fontSansCJK],
'"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"',
...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"', ...fontSerifCJK],
'"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"',
...fontSerifCJK],
noEmoji: [
'ui-sans-serif',
'system-ui',

View File

@@ -1305,6 +1305,7 @@ code[class*='language-'] {
.notion-file-info {
display: flex;
align-items: baseline;
overflow-x: auto;
}
.notion-file-title {