Skip to content

Commit

Permalink
Preload font
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 20, 2024
1 parent f9f5b67 commit 77163fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions piggy/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" 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="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"
Expand Down

0 comments on commit 77163fb

Please sign in to comment.