feat. font 적용

This commit is contained in:
clkim
2025-11-14 10:50:52 +09:00
parent fcaa920995
commit 75921a93df
2 changed files with 94 additions and 1 deletions

View File

@@ -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';

View 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;
}