26 lines
922 B
HTML
26 lines
922 B
HTML
{% load static %}
|
|
|
|
<!--Fonts-->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet" />
|
|
|
|
<!-- Icons -->
|
|
<link rel="stylesheet" href="{% static 'vendor/fonts/iconify-icons.css' %}" />
|
|
|
|
|
|
<!-- Vendors -->
|
|
<link rel="stylesheet" href="{% static 'vendor/libs/node-waves/node-waves.css' %}" />
|
|
|
|
{% if has_customizer %}
|
|
<link rel="stylesheet" href="{% static 'vendor/libs/pickr/pickr-themes.css' %}" />
|
|
{% endif %}
|
|
|
|
|
|
<!--Core CSS-->
|
|
<link rel="stylesheet" href="{% static 'vendor/css/core.css' %}" />
|
|
<link rel="stylesheet" href="{% static 'css/demo.css' %}" />
|
|
|
|
<!-- Vendors -->
|
|
<link rel="stylesheet" href="{% static 'vendor/libs/perfect-scrollbar/perfect-scrollbar.css' %}" />
|