Skip to content

Commit

Permalink
feat : pretendard 폰트 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Aug 10, 2023
1 parent ec5944b commit cdbe396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@tailwind base;
@tailwind components;
@tailwind utilities;
Expand All @@ -7,7 +7,7 @@
box-sizing: border-box;
-ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
scrollbar-width: none; /* Hide scrollbar for Firefox */
font-family: Noto Sans KR, serif;
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;
white-space: pre-wrap;
}

Expand Down
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

0 comments on commit cdbe396

Please sign in to comment.