Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Only preload .woff2 font files #4728

Merged
merged 1 commit into from Apr 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions jinja2/includes/preload.html
@@ -1,5 +1,3 @@
{# because this is non-blocking, preload as early as possible #}
<link rel="preload" href="{{ static('fonts/locales/ZillaSlab-Bold.woff') }}" as="font" type="font/woff" crossorigin />
<link rel="preload" href="{{ static('fonts/locales/ZillaSlab-Bold.woff2') }}" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="{{ static('fonts/locales/ZillaSlab-Regular.woff') }}" as="font" type="font/woff" crossorigin />
<link rel="preload" href="{{ static('fonts/locales/ZillaSlab-Regular.woff2') }}" as="font" type="font/woff2" crossorigin />