chore: Pretendard 폰트를 로컬 TTF에서 jsDelivr CDN으로 교체 (저장소 -8MB)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-22
@@ -1,25 +1,5 @@
|
||||
/* ── Pretendard 폰트 ─────────────────────────────── */
|
||||
@font-face {
|
||||
font-family: "Pretendard";
|
||||
src: url("/static/fonts/Pretendard-Thin.ttf") format("truetype");
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Pretendard";
|
||||
src: url("/static/fonts/Pretendard-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Pretendard";
|
||||
src: url("/static/fonts/Pretendard-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
/* ── Pretendard 폰트 (CDN) ───────────────────────── */
|
||||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/pretendard.css");
|
||||
|
||||
/* ── 디자인 토큰 ─────────────────────────────────── */
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user