Skip to content

Commit

Permalink
fix: Pretendard font-family 수정 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
BadaHertz52 authored Aug 16, 2024
1 parent 7cda545 commit 47a7f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const globalStyles = css`
}
body {
font-family: 'Pretendard-Regular', 'Noto Sans', sans-serif;
font-family: 'Pretendard', 'Noto Sans', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
Expand Down

0 comments on commit 47a7f70

Please sign in to comment.