From a4d92e12bee88f4eca1579f3228634385909ccbb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 25 Oct 2025 21:05:54 +0300 Subject: [PATCH] chore(website/i18n): add more CJK fonts --- apps/website/src/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/website/src/style.css b/apps/website/src/style.css index ca12a73d0..417d3c23c 100644 --- a/apps/website/src/style.css +++ b/apps/website/src/style.css @@ -31,7 +31,13 @@ html, body { margin: 0; line-height: 1.5; - font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; + font-family: Inter, + system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, + "Noto Sans", "Noto Sans CJK SC", + "Hiragino Sans", "Hiragino Kaku Gothic ProN", + "Microsoft YaHei", "Meiryo", "Malgun Gothic", + "PingFang SC", "Source Han Sans SC", + "Source Han Sans JP", "Source Han Sans KR"; min-height: 100vh; }