fix: font preloading error

This commit is contained in:
Matthew Russell 2024-03-08 15:17:21 +00:00
parent bcb5351dfc
commit 92552580f6
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ export default function Document() {
type="font/woff"
/>
<link
rel="preload"
href="/AlphaLyrae.woff2"
as="font"
type="font/woff2"
/>
{/* icons */}
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" content="/favicon.ico" />