jointrashposs/public/fonts/fonts.css
かっこかり 4222a8f21b
feat: 🐙 (#117)
* 関西弁

* try updating deps

* Revert "try updating deps"

This reverts commit d20bedb5cb.

* fix

* fix

* Update trs

* tweak

* 修正
2024-02-09 19:39:01 +09:00

43 lines
1.4 KiB
CSS

/** Japanese (GenjyuuGothicX) */
@import url('./GenJyuuGothicX-Bold/GenJyuuGothicX-Bold.css');
@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 (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) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');
._i18n {
font-family: Nunito, var(--mi-localized-font, ''), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html[lang='ja-JP'],
html[lang='ja-KS'],
._i18n[lang='ja'],
._i18n[lang='ja-JP'],
._i18n[lang='ja-KS'] {
--mi-localized-font: 'GenJyuuGothicX';
--mi-localized-font-p: 'GenJyuuGothicXP';
}
html[lang='ko-KR'],
._i18n[lang='ko'],
._i18n[lang='ko-KR'] {
--mi-localized-font: 'Gothic A1';
}
html[lang='zh-CN'],
._i18n[lang='cn'],
._i18n[lang='zh-CN'] {
--mi-localized-font: 'Noto Sans SC';
}
html[lang='zh-TW'],
._i18n[lang='tw'],
._i18n[lang='zh-TW'] {
--mi-localized-font: 'Noto Sans TC';
}