Skip to content

Commit 857a37a

Browse files
committed
fix: 폰트 수정 (Pretendard -> Pretendard Variable)
프리텐다드 폰트와 프리텐다드 베리어블을 헷갈렸습니다 ㅠ
1 parent 4bc091d commit 857a37a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/styles/index.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
@font-face {
2-
font-family: 'Pretendard-Regular';
3-
src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
4-
font-weight: 400;
5-
font-style: normal;
6-
}
1+
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
72

83
body {
9-
font-family: 'Pretendard-Regular', sans-serif;
4+
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
105
}
116

127
:root {

0 commit comments

Comments
 (0)