Skip to content

Commit

Permalink
optimize font display
Browse files Browse the repository at this point in the history
  • Loading branch information
xRahul committed Apr 27, 2024
1 parent 0800e3f commit 7df0010
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

<link rel="manifest" href="/manifest.json">

<link rel="preload" as="font" type="font/woff2" href="/assets/cormorant-garamond/CormorantGaramond-SemiBold.woff2">

<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
Expand Down Expand Up @@ -48,7 +50,7 @@
U+2215,
U+FEFF,
U+FFFD;
font-display: swap;
font-display: fallback;
}

.title {
Expand Down

0 comments on commit 7df0010

Please sign in to comment.