Skip to content

Commit

Permalink
test : 폰트 경로 테스트 3
Browse files Browse the repository at this point in the history
  • Loading branch information
goodchuck committed Apr 19, 2024
1 parent d7b645f commit 6d698ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@font-face {
font-family: "GOR";
src: url("./fonts/GasoekOne-Regular.ttf") format("truetype");
src: url("/fonts/GasoekOne-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Black Han Sans";
src: url("./fonts/BlackHanSans-Regular.ttf") format("truetype");
src: url("/fonts/BlackHanSans-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR";
src: url("./fonts/NotoSansKR-VariableFont_wght.ttf") format("truetype");
src: url("/fonts/NotoSansKR-VariableFont_wght.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 6d698ab

Please sign in to comment.