Skip to content

Commit

Permalink
웹폰트 받아올 수 있게 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonWoo-LPS committed Dec 23, 2024
1 parent 40390dd commit 42e977f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
@font-face {
font-family: 'Pretendard-Regular';
src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/[email protected]/Pretendard-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'BMJUA';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/[email protected]/BMJUA.woff') format('woff');
font-weight: normal;
font-style: normal;
}
}

0 comments on commit 42e977f

Please sign in to comment.