Skip to content

Commit

Permalink
DEV: Add "preconnect" resource hint (#1)
Browse files Browse the repository at this point in the history
Thanks @gormus!
  • Loading branch information
gormus authored May 7, 2024
1 parent 4d538f5 commit 10c0a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/head_tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
type="text/x-handlebars"
data-template-name="/connectors/above-site-header/fonts"
>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family={{theme-setting 'fonts'}}&display=swap" rel="stylesheet">
</script>

0 comments on commit 10c0a93

Please sign in to comment.