fix(theme/regression): custom font not applying in Chinese docs because of specificity

closes #3864
pull/3879/head
Divyansh Singh 2 months ago
parent 0cbb469842
commit fa2f38a0c3

@ -268,7 +268,7 @@
font-optical-sizing: auto;
}
:root:lang(zh) {
: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', 'DengXian',
'Microsoft YaHei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',

Loading…
Cancel
Save