diff --git a/src/client/theme-default/styles/vars.css b/src/client/theme-default/styles/vars.css index d8ab98cb..f661f4e5 100644 --- a/src/client/theme-default/styles/vars.css +++ b/src/client/theme-default/styles/vars.css @@ -276,7 +276,7 @@ /* Korean compatibility is unverified, so application of custom Inter to Korean is pending. */ [lang]:where(:lang(zh, ja)) { --vp-font-family-base: - 'Inter4zh', -apple-system, BlinkMacSystemFont, sans-serif, + 'Inter4CJK', -apple-system, BlinkMacSystemFont, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }