Skip to content

Commit

Permalink
Merge pull request #302 from MeeTeamIdle/refactor/#299-초기-렌더링-개선
Browse files Browse the repository at this point in the history
refactor: 폰트 최적화 및 Safari 환경에 폰트 적용
  • Loading branch information
prgmr99 authored Dec 28, 2024
2 parents 2717e66 + 2b31eb2 commit c04cb4f
Show file tree
Hide file tree
Showing 62 changed files with 24 additions and 811 deletions.
29 changes: 0 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,6 @@
type="image/webp"
/>
<link rel="stylesheet" href="/src/globalStyle.css" />
<link
rel="preload"
href="src/styles/fonts/NotoSansKR-Light.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="src/styles/fonts/NotoSansKR-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="src/styles/fonts/NotoSansKR-Medium.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="src/styles/fonts/NotoSansKR-Bold.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="page-enter" content="blendTrans(duration=1)" />
<meta http-equiv="page-exit" content="blendTrans(duration=1)" />
Expand Down
Loading

0 comments on commit c04cb4f

Please sign in to comment.