Skip to content

Commit 990297e

Browse files
willingclwasser
authored andcommitted
Update custom.html to add fetch priority for font
This PR increases the fetch priority for the google font so that it loads faster. This increases lighthouse performance.
1 parent ebf337d commit 990297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
33
<link rel="preconnect" href="https://fonts.googleapis.com">
44
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
5-
<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>
5+
<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">
66

77
<!-- Matomo -->
88
<script type="text/javascript">

0 commit comments

Comments
 (0)