Skip to content

Commit b893550

Browse files
committedOct 18, 2024·
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
1 parent 668e9f7 commit b893550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/client/theme-default/styles/vars.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270

271271
:root:where(:lang(zh)) {
272272
--vp-font-family-base: 'Punctuation SC', 'Inter', ui-sans-serif, system-ui,
273-
'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif,
274-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
273+
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
274+
'Noto Color Emoji';
275275
}
276276

277277
/**

0 commit comments

Comments
 (0)
Please sign in to comment.