feat. font 적용
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import './base/_theme.css';
|
||||
@import './base/_reset.css';
|
||||
@import './base/_theme.css';
|
||||
@import './base/_font.css';
|
||||
@import './base/_transition.css';
|
||||
|
||||
@import './components/_button.css';
|
||||
|
||||
92
layers/assets/css/base/_font.css
Normal file
92
layers/assets/css/base/_font.css
Normal file
@@ -0,0 +1,92 @@
|
||||
@import url(https://static-cdn.onstove.com/0.0.1/font/SpoqaSans/StoveUIFont-KR.css);
|
||||
@import url(https://static-cdn.onstove.com/0.0.4/font/Inter/StoveFont-Global.css);
|
||||
@import url(https://static-cdn.onstove.com/0.0.4/font-icon/StoveFont-Icon.css);
|
||||
/* @import url(https://static-cdn.onstove.com/0.0.1/font/SpoqaSans/StoveFont-KR.css); */
|
||||
|
||||
:lang(ko) {
|
||||
font-family:
|
||||
Spoqa Han Sans Neo KR,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
|
||||
:lang(en) {
|
||||
font-family:
|
||||
inter Global,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
|
||||
:lang(zh),
|
||||
:lang(zh-cn) {
|
||||
font-family:
|
||||
Microsoft YaHei UI,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
|
||||
:lang(zh-tw) {
|
||||
font-family:
|
||||
Microsoft JhengHei UI,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
|
||||
:lang(ja) {
|
||||
font-family:
|
||||
Meiryo Yu Gothic UI,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
|
||||
:lang(de),
|
||||
:lang(es),
|
||||
:lang(fr),
|
||||
:lang(pt) {
|
||||
font-family:
|
||||
inter Global,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
|
||||
:lang(th) {
|
||||
font-family:
|
||||
Leelawadee UI,
|
||||
-apple-system,
|
||||
Segoe UI,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji;
|
||||
}
|
||||
Reference in New Issue
Block a user