chore: Pretendard 폰트를 로컬 TTF에서 jsDelivr CDN으로 교체 (저장소 -8MB)

This commit is contained in:
2026-05-22 00:51:00 +09:00
parent 280ed02790
commit 6993ab9397
4 changed files with 2 additions and 22 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -22
View File
@@ -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 {