Skip to content

Commit f0a37b4

Browse files
committedMay 15, 2024·
fix(style): prefer YaHei over DengXian
1 parent 9447cee commit f0a37b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

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

278278
/**

0 commit comments

Comments
 (0)
Please sign in to comment.