Commit bf3d9b3e authored by Michal Čihař's avatar Michal Čihař

Use not minified version of fontawesome

Issue #741
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7e016058
......@@ -23,7 +23,7 @@
{% endif %}
<link rel="stylesheet" type="text/css" href="{% static 'bootstrap/css/bootstrap-theme.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'bootstrap/css/bootstrap-datepicker3.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'font-awesome/css/font-awesome.min.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'font-awesome/css/font-awesome.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'font-linux/font-linux.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'chartist.min.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'style-bootstrap.css' %}" />
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment