Skip to content

Commit

Permalink
fix : add src font-face css
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Nov 5, 2024
1 parent a8f3b7c commit e30e4c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
@tailwind components;
@tailwind utilities;

@layer base {
html {
font-family: 'Pretendard';
}
@font-face {
font-style: normal;
font-display: swap;
font-family: 'Pretendard';
src: url('/fonts/PretendardVariable.woff2') format('woff2-variations');
}

0 comments on commit e30e4c5

Please sign in to comment.