fix(theme): remove some explicit Chinese fonts (#4286)

pull/4301/head
Jungzl 11 months ago committed by GitHub
parent cfcc37d9aa
commit 668e9f7050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -270,9 +270,8 @@
:root:where(:lang(zh)) {
--vp-font-family-base: 'Punctuation SC', 'Inter', ui-sans-serif, system-ui,
'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', 'Heiti SC',
'Microsoft YaHei', 'DengXian', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
/**

Loading…
Cancel
Save