Skip to content

Commit 668e9f7

Browse files
authoredOct 18, 2024··
fix(theme): remove some explicit Chinese fonts (#4286)
1 parent cfcc37d commit 668e9f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -270,9 +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', 'Heiti SC',
274-
'Microsoft YaHei', 'DengXian', sans-serif, 'Apple Color Emoji',
275-
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
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';
276275
}
277276

278277
/**

0 commit comments

Comments
 (0)
Please sign in to comment.