Remove preload attribute from stylesheets
This commit is contained in:
parent
d0bd3d2635
commit
bc1caca874
|
@ -16,8 +16,8 @@
|
||||||
{% block customCSS %}{% endblock %}
|
{% block customCSS %}{% endblock %}
|
||||||
|
|
||||||
{# Fonts #}
|
{# Fonts #}
|
||||||
<link rel="stylesheet" preload href="{{'/assets/fonts/lexend/lexend.css' | url | safe}}">
|
<link rel="stylesheet" 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/intel-one-mono/intel-one-mono.css' | url | safe}}">
|
||||||
|
|
||||||
{# Font Awesome #}
|
{# Font Awesome #}
|
||||||
<link href="{{'/assets/fonts/fontawesome/css/fontawesome.css' | url | safe}}" rel="stylesheet" />
|
<link href="{{'/assets/fonts/fontawesome/css/fontawesome.css' | url | safe}}" rel="stylesheet" />
|
||||||
|
|
Loading…
Reference in New Issue