Skip to content

Commit

Permalink
refactor: 사용하는 폰트 weight만 가져옴
Browse files Browse the repository at this point in the history
+ preload

[#790]
  • Loading branch information
feb-dain committed Sep 21, 2023
1 parent cb45c2c commit fa50fd1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport" />
<meta name="description" content="편리한 전기차 충전소 지도"/>
<meta name="description" content="편리한 전기차 충전소 지도" />

<meta name="apple-mobile-web-app-title" content="카페인" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -47,8 +47,10 @@
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap"
rel="preload"
type="font/woff2"
crossorigin
/>
<title>카페인</title>
</head>
Expand Down Expand Up @@ -87,7 +89,7 @@
</script>
</body>
<style>
body{
body {
overflow: hidden;
}
</style>
Expand Down

0 comments on commit fa50fd1

Please sign in to comment.