Remove preload attribute from stylesheets

This commit is contained in:
Helen Chong 2024-06-04 02:13:14 +08:00
parent d0bd3d2635
commit bc1caca874
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
{% block customCSS %}{% endblock %}
{# Fonts #}
<link rel="stylesheet" preload href="{{'/assets/fonts/lexend/lexend.css' | url | safe}}">
<link rel="stylesheet" preload href="{{'/assets/fonts/intel-one-mono/intel-one-mono.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}}">
{# Font Awesome #}
<link href="{{'/assets/fonts/fontawesome/css/fontawesome.css' | url | safe}}" rel="stylesheet" />