From 4846cf162c421590468b4060f71f8fdd8de28134 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Tue, 12 Dec 2023 00:58:57 +0900 Subject: [PATCH] (i18n) change fonts --- public/fonts/fonts.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index bbdc90db..12f0378c 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -3,8 +3,8 @@ @import url('./GenJyuuGothicX-P-Bold/GenJyuuGothicX-P-Bold.css'); @import url('./GenJyuuGothicX-P-Regular/GenJyuuGothicX-P-Regular.css'); @import url('./GenJyuuGothicX-Regular/GenJyuuGothicX-Regular.css'); -/** Korean (Pretendard) */ -@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css"); +/** Korean (Gothic A1) */ +@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;700&display=swap'); /** Simplified Chinese (Noto Sans SC) */ @import url('https://fonts.googleapis.cn/css2?family=Noto+Sans+SC:wght@400;700&display=swap'); /** Traditional Chinese (Noto Sans TC) */ @@ -24,7 +24,7 @@ html[lang='ja-JP'], html[lang='ko-KR'], ._i18n[lang='ko'], ._i18n[lang='ko-KR'] { - --mi-localized-font: 'Pretendard'; + --mi-localized-font: 'Gothic A1'; } html[lang='zh-CN'],