perf(blog): improve font loading time
This commit is contained in:
parent
cf1d8c1590
commit
dbb5e9ad45
1 changed files with 5 additions and 1 deletions
|
@ -10,9 +10,13 @@
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
|
||||||
|
|
||||||
<link
|
<link
|
||||||
|
rel="preload"
|
||||||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Source+Code+Pro&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Source+Code+Pro&display=swap"
|
||||||
rel="stylesheet"
|
as="style"
|
||||||
|
onload="this.onload=null;this.rel='stylesheet'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<title>pomp</title>
|
<title>pomp</title>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue