Not sure how, but this fixed fonts loading slowly

This commit is contained in:
Michał Gdula 2023-04-09 12:12:32 +00:00
parent badb2ebde2
commit 26a081be3e
3 changed files with 12 additions and 10 deletions

View file

@ -30,6 +30,11 @@
type="image/svg+xml"
media="(prefers-color-scheme: dark)"/>
<link
rel="prefetch"
href="{{url_for('static', filename='fonts/font.css')}}"
type="stylesheet"/>
{% assets "scripts" %}
<script type="text/javascript" src="{{ ASSET_URL }}"></script>
{% endassets %}