Skip to content

Commit 0a4bcd8

Browse files
committed
Remove css call for font-awesome
Ref: be0edfe
1 parent d86688e commit 0a4bcd8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pmaweb/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
{% compress css %}
2121
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}" />
2222
<link rel="stylesheet" type="text/css" href="{% static 'colorbox/colorbox.css' %}" />
23-
<link rel="stylesheet" type="text/css" href="{% static 'css/font-awesome.min.css' %}">
2423
{% endcompress %}
2524
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
2625
<link rel="icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />

0 commit comments

Comments
 (0)