Skip to content

Commit

Permalink
corrected crossOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Mar 14, 2024
1 parent c8ece97 commit 01eef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MyDocument extends Document {
<Head>
{/* Load Work Sans font */}
<link rel='preconnect' href='https://fonts.googleapis.com' />
<link rel='preconnect' href='https://fonts.gstatic.com' crossOrigin='true' />
<link rel='preconnect' href='https://fonts.gstatic.com' crossOrigin='anonymous' />
{ /* eslint-disable-next-line max-len */ }
<link href='https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap' rel='stylesheet' />

Expand Down

0 comments on commit 01eef55

Please sign in to comment.