Skip to content

Commit

Permalink
feat: Add font pretendard (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhea-so committed May 3, 2024
2 parents 40392af + 148a43c commit 1cd60ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.72",
"version": "0.4.73",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Binary file added web/public/fonts/pretendard.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions web/src/fonts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ enum Font {
Digital7 = 'digital-7',
Poxel = 'poxel',
DINAlternateBold = 'din-alternate-bold',
Pretendard = 'pretendard',
}

// Load all fonts from the fonts public/fonts folder
Expand Down

0 comments on commit 1cd60ca

Please sign in to comment.