Skip to content

Commit

Permalink
fix: remove console warnings by removing crossver and adding as style…
Browse files Browse the repository at this point in the history
… to fonts
  • Loading branch information
sondregronas committed Sep 3, 2024
1 parent 6e77fe7 commit 22e6943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piggy/templates/partials/parts/styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="preload"
as="style"
crossorigin
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet"
as="style"
/>

<link
Expand Down

0 comments on commit 22e6943

Please sign in to comment.