diff --git a/components/settings/LanguageButton.js b/components/settings/LanguageButton.js index 14a1aaf1..1a9bd33b 100644 --- a/components/settings/LanguageButton.js +++ b/components/settings/LanguageButton.js @@ -16,12 +16,18 @@ export default function LanguageButton() { return ( <>
- {(locale === 'zh-CN' || locale === 'zh-TW') && ( + {locale === 'zh-CN' && ( )} + {locale === 'zh-TW' && ( + + )} {locale === 'ja-JP' && ( + diff --git a/styles/index.css b/styles/index.css index de6f9ce8..a15ce562 100644 --- a/styles/index.css +++ b/styles/index.css @@ -22,7 +22,7 @@ body { } .zh-TW { - font-family: 'Noto Sans SC', sans-serif !important; + font-family: 'Noto Sans TC', sans-serif !important; } .ja-JP {