Skip to content

Commit

Permalink
[fix] boostcampwm-2022#160 한글 깨짐 버그 수정
Browse files Browse the repository at this point in the history
- 설치한 폰트에 없는 글자가 깨져보이는 것으로 확인
- font-family로 대체 폰트 설정
  • Loading branch information
ktmihs committed Dec 8, 2022
1 parent de1bc08 commit 5c6dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const global = css`
*::after,
*::before {
box-sizing: border-box;
font-family: 'NanumSquareRound';
font-family: 'NanumSquareRound nanum';
}
body {
Expand Down

0 comments on commit 5c6dbde

Please sign in to comment.