1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

Preload header font (#1367)

This commit is contained in:
2022-05-31 13:42:26 -05:00
committed by GitHub
parent 12ae9ae8ce
commit 246fb81eb2
3 changed files with 7 additions and 5 deletions

5
theme/main.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block extrahead %}
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
{% endblock %}