Preload regular Lexend font

This commit is contained in:
Leilukin 2024-06-04 02:36:33 +08:00 committed by Helen Chong
parent 961157c007
commit 5c20db76d8

View File

@ -16,6 +16,7 @@
{% block customCSS %}{% endblock %} {% block customCSS %}{% endblock %}
{# Fonts #} {# Fonts #}
<link rel="preload" href="/assets/fonts/lexend/lexend-v19-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="{{'/assets/fonts/lexend/lexend.css' | url | safe}}"> <link rel="stylesheet" href="{{'/assets/fonts/lexend/lexend.css' | url | safe}}">
<link rel="stylesheet" href="{{'/assets/fonts/intel-one-mono/intel-one-mono.css' | url | safe}}"> <link rel="stylesheet" href="{{'/assets/fonts/intel-one-mono/intel-one-mono.css' | url | safe}}">