Files
web-temp/layers/assets/css/base/_font.css

108 lines
1.7 KiB
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;
}