Skip to content

Commit

Permalink
Merge pull request #138 from Team-inglo/fix/IGW-62/137
Browse files Browse the repository at this point in the history
[Fix/IGW-62/137] expo 웹뷰 폰트 오류를 해결하기 위해 ttf 폰트 포맷도 추가로 적용하기
  • Loading branch information
naarang authored Dec 22, 2024
2 parents 177b02e + 35683d4 commit bb4df0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added src/assets/fonts/PretendardVariable.ttf
Binary file not shown.
4 changes: 3 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

@font-face {
font-family: 'Pretendard';
src: url('/src/assets/fonts/PretendardVariable.woff2') format('woff2');
src:
url('/src/assets/fonts/PretendardVariable.woff2') format('woff2'),
url('/src/assets/fonts/PretendardVariable.ttf') format('truetype');
font-display: 'fallback';
}

Expand Down

0 comments on commit bb4df0e

Please sign in to comment.