We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2ef1f commit 04069e0Copy full SHA for 04069e0
layout/theme.liquid
@@ -14,7 +14,7 @@
14
<link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin>
15
16
{% comment %} Preload the base font variant for initial page render {% endcomment %}
17
- {{ settings.type_primary_font | font_url | preload_tag: as: 'font' }}
+ {{ settings.type_primary_font | font_url | preload_tag: as: 'font', crossorigin: 'anonymous' }}
18
{% endunless %}
19
20
{% # Load and preload the critical CSS %}
0 commit comments