Skip to content

Commit

Permalink
feat: 폰트를 프리로드하도록 수정 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Oct 24, 2024
1 parent 312a1c1 commit 9ea1575
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" />
<link href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" rel="stylesheet" />
<link
rel="preload"
as="style"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
onload="this.rel='stylesheet'"
/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 9ea1575

Please sign in to comment.