Skip to content

Commit

Permalink
Merge pull request #5 from Central-MakeUs/feat-4
Browse files Browse the repository at this point in the history
feat: 스타일 svg 폰트 설정
  • Loading branch information
ptq124 authored Jan 13, 2025
2 parents ab5fd64 + 9326cd2 commit 9d7e0f4
Show file tree
Hide file tree
Showing 80 changed files with 7,389 additions and 1,452 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="preload"
href="/fonts/PretendardStd-Bold.otf"
as="font"
type="font/otf"
crossorigin
/>
<link
rel="preload"
href="/fonts/PretendardStd-Regular.otf"
as="font"
type="font/otf"
crossorigin
/>
<link
rel="preload"
href="/fonts/PretendardStd-SemiBold.otf"
as="font"
type="font/otf"
crossorigin
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PillME</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.14.1",
"react-router": "^7.1.1",
"vite-plugin-svgr": "^4.3.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
Expand Down
Loading

0 comments on commit 9d7e0f4

Please sign in to comment.