From d019acd3ca0a9f1588f085bd1ebb5421e4566508 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 7 Mar 2026 23:14:05 +0530 Subject: [PATCH] chore: fix typo --- src/client/theme-default/styles/vars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }