Skip to content

Commit

Permalink
fix: 폰트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpaAP committed Aug 6, 2024
1 parent ee84526 commit 75b1d72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
@tailwind components;
@tailwind utilities;

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

* {
box-sizing: border-box;
Expand All @@ -13,7 +12,6 @@

body {
font-family:
'Pretendard Variable',
Pretendard,
-apple-system,
BlinkMacSystemFont,
Expand Down

0 comments on commit 75b1d72

Please sign in to comment.