(i18n) change fonts

This commit is contained in:
kakkokari-gtyih 2023-12-12 00:58:57 +09:00
parent dc4d27899d
commit 4846cf162c

View File

@ -3,8 +3,8 @@
@import url('./GenJyuuGothicX-P-Bold/GenJyuuGothicX-P-Bold.css'); @import url('./GenJyuuGothicX-P-Bold/GenJyuuGothicX-P-Bold.css');
@import url('./GenJyuuGothicX-P-Regular/GenJyuuGothicX-P-Regular.css'); @import url('./GenJyuuGothicX-P-Regular/GenJyuuGothicX-P-Regular.css');
@import url('./GenJyuuGothicX-Regular/GenJyuuGothicX-Regular.css'); @import url('./GenJyuuGothicX-Regular/GenJyuuGothicX-Regular.css');
/** Korean (Pretendard) */ /** Korean (Gothic A1) */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css"); @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;700&display=swap');
/** Simplified Chinese (Noto Sans SC) */ /** Simplified Chinese (Noto Sans SC) */
@import url('https://fonts.googleapis.cn/css2?family=Noto+Sans+SC:wght@400;700&display=swap'); @import url('https://fonts.googleapis.cn/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
/** Traditional Chinese (Noto Sans TC) */ /** Traditional Chinese (Noto Sans TC) */
@ -24,7 +24,7 @@ html[lang='ja-JP'],
html[lang='ko-KR'], html[lang='ko-KR'],
._i18n[lang='ko'], ._i18n[lang='ko'],
._i18n[lang='ko-KR'] { ._i18n[lang='ko-KR'] {
--mi-localized-font: 'Pretendard'; --mi-localized-font: 'Gothic A1';
} }
html[lang='zh-CN'], html[lang='zh-CN'],