Skip to content

Commit

Permalink
Update custom.html to add fetch priority for font
Browse files Browse the repository at this point in the history
This PR increases the fetch priority for the google font so that it loads faster. This increases lighthouse performance.
  • Loading branch information
willingc authored and lwasser committed Apr 10, 2024
1 parent ebf337d commit 990297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<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=Itim&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" async>
<link href="https://fonts.googleapis.com/css2?family=Itim&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" async fetchpriority="high">

<!-- Matomo -->
<script type="text/javascript">
Expand Down

0 comments on commit 990297e

Please sign in to comment.