Skip to content

Commit

Permalink
FIX :: 폰트 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
huise0ng committed Apr 1, 2024
1 parent dc77289 commit da4d512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ export default {
}
@font-face {
font-family: 'KCC_Hanbit.ttf';
font-family: 'KCC Hanbit Gothic';
src: url('/fonts/KCC_Hanbit.ttf') format('truetype');
}
.name {
font-family: 'KCC_Hanbit.ttf', sans-serif;
font-family: 'KCC Hanbit Gothic', sans-serif;
font-size: 14px;
margin-top: 5px;
}
Expand Down

0 comments on commit da4d512

Please sign in to comment.