Files
web-temp/layers/assets/css/base/_font.css
2025-12-19 17:47:13 +09:00

113 lines
1.7 KiB
CSS

:lang(ko) {
font-family:
'Pretendard',
'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:
'Pretendard',
'system-ui',
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Helvetica,
Arial,
'sans-serif',
Apple Color Emoji,
Segoe UI Emoji;
}
:lang(zh),
:lang(zh-cn) {
font-family:
'Pretendard JP',
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:
'Pretendard JP',
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:
'Pretendard JP',
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:
'Pretendard',
'system-ui',
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Helvetica,
Arial,
'sans-serif',
Apple Color Emoji,
Segoe UI Emoji;
}
:lang(th) {
font-family:
'Pretendard',
Thonburi,
Leelawadee UI,
'system-ui',
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Helvetica,
Arial,
'sans-serif',
Apple Color Emoji,
Segoe UI Emoji;
}