Skip to content

Commit

Permalink
chore: update fonts file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Dec 16, 2024
1 parent 48c1dc9 commit 4dc14f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@font-face {
font-family: "Unbee_sehyun";
src: url("/fonts/UhBee Se_hyun.ttf") format("truetype");
src: url("/fonts/UhBeeSehyun.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Unbee_sehyun";
src: url("/fonts/UhBee Se_hyun Bold.ttf") format("truetype");
src: url("/fonts/UhBeeSehyunBold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4dc14f6

Please sign in to comment.