Skip to content

Commit 2076622

Browse files
committed
update preloaded font
1 parent 8e6b0ed commit 2076622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Document extends NextDocument {
3232
{/* preload inter static web fonts */}
3333
<link
3434
rel="preload"
35-
href="/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2"
35+
href="/fonts/inter/latin.woff2"
3636
as="font"
3737
type="font/woff2"
3838
crossOrigin="anonymous"

0 commit comments

Comments
 (0)