Skip to content

Commit

Permalink
Remove fa-solid-900.woff reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Jan 7, 2025
1 parent c160127 commit e99ef97
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ const Document = () => {
type="font/woff2"
crossOrigin="anonymous"
/>
<link
rel="preload"
href={`${ASSETS_URL}fa-solid-900.woff2`}
as="font"
type="font/woff2"
crossOrigin="anonymous"
/>

{/* Load Icons */}
<link
Expand Down

0 comments on commit e99ef97

Please sign in to comment.