Skip to content

Commit

Permalink
Removed: .woff from preload
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Aug 24, 2020
1 parent f94b1ed commit 9cbf54d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/_layout/base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
{# Preload Fonts #}
{% set preloadedFonts = [] %}
{% for font in preloadedFonts %}
<link rel="preload" href="/dist/fonts/{{ font }}.woff" as="font" crossorigin>
<link rel="preload" href="/dist/fonts/{{ font }}.woff2" as="font" crossorigin>
{% endfor %}

Expand Down

0 comments on commit 9cbf54d

Please sign in to comment.