Skip to content

Commit

Permalink
Remove fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed May 14, 2024
1 parent d6d71f4 commit 4eadc87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Binary file removed public/fonts/atkinson-bold.woff
Binary file not shown.
Binary file removed public/fonts/atkinson-regular.woff
Binary file not shown.
16 changes: 0 additions & 16 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<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 4eadc87

Please sign in to comment.