Skip to content

Commit

Permalink
Remove fonts preload
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzarius committed Jul 17, 2024
1 parent ee4faf4 commit 54a8595
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@ const base = import.meta.env.BASE_URL;
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />

<!-- Font preloads -->
<link
rel="preload"
href="fonts/atkinson-regular.woff"
as="font"
type="font/woff"
crossorigin
/>
<link
rel="preload"
href="fonts/atkinson-bold.woff"
as="font"
type="font/woff"
crossorigin
/>

<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />

Expand Down

0 comments on commit 54a8595

Please sign in to comment.