112 lines
1.9 KiB
CSS
112 lines
1.9 KiB
CSS
@import url('https://static-cdn.onstove.com/resources/stds/stds-font-kr/stds-font-kr.css');
|
|
@import url('https://static-cdn.onstove.com/resources/stds/stds-font-global/stds-font-global.css');
|
|
/* @import url(https://static-cdn.onstove.com/0.0.4/font-icon/StoveFont-Icon.css); */
|
|
|
|
:lang(ko) {
|
|
font-family:
|
|
stds-font-kr,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
:lang(en) {
|
|
font-family:
|
|
stds-font-global,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
}
|
|
|
|
:lang(zh) :lang(zh-cn) {
|
|
font-family:
|
|
PingFang SC,
|
|
Microsoft YaHei UI,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
}
|
|
|
|
:lang(zh-Hant),
|
|
:lang(zh-tw) {
|
|
font-family:
|
|
PingFang TC,
|
|
Microsoft JhengHei UI,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
}
|
|
|
|
:lang(ja) {
|
|
font-family:
|
|
Hiragino Sans,
|
|
Yu Gothic UI,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
}
|
|
|
|
:lang(de),
|
|
:lang(es),
|
|
:lang(fr),
|
|
:lang(pt) {
|
|
font-family:
|
|
stds-font-global,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
}
|
|
|
|
:lang(th) {
|
|
font-family:
|
|
Thonburi,
|
|
Leelawadee UI,
|
|
'system-ui',
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
Segoe UI,
|
|
Helvetica,
|
|
Arial,
|
|
'sans-serif',
|
|
Apple Color Emoji,
|
|
Segoe UI Emoji;
|
|
}
|