Skip to content

Commit

Permalink
Remove MD IO font preload as the font is never used
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Nov 22, 2024
1 parent 458a282 commit 338941a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ const resolvedSeoBanner = new URL(seoBanner.src, Astro.site).toString();
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/fonts/MD IO/Web/MDIO0.5-Regular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link rel="preload" href={Inter} as="font" type="font/woff2" crossorigin />
<link rel="preload" href={houstonOmg.src} as="image" type="image/webp" crossorigin />

Expand Down

0 comments on commit 338941a

Please sign in to comment.