feat(blog): self host fonts

This commit is contained in:
Kim, Jimin 2023-06-29 14:10:29 +09:00
parent 91a376429a
commit e18c8dcdc5
4 changed files with 12 additions and 10 deletions

View file

@ -9,16 +9,6 @@
<meta property="og:image" content="%PUBLIC_URL%/img/icon.png" />
<meta property="og:type" content="website" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Source+Code+Pro&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<title>pomp</title>
</head>
<body>