Skip to content

Commit

Permalink
fix: 폰트 preload 에러를 개선한다
Browse files Browse the repository at this point in the history
  • Loading branch information
kyw0716 committed Oct 26, 2023
1 parent c821d97 commit ac5492a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap"
rel="preload"
as="font"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<title>카페인: 편리한 전기차 충전소 지도</title>
</head>
Expand Down

0 comments on commit ac5492a

Please sign in to comment.