fix: remove explicit chinese fonts

these are already handled by `sans-serif`

PingFang SC is used on macOS
Noto Sans CJK is used on Ubuntu
Microsoft YaHei is used on Windows

follow up on #4286
pull/4301/head
Divyansh Singh 3 weeks ago
parent 668e9f7050
commit b8935502fb

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

Loading…
Cancel
Save