Remove font-awesome

Font-awesome is no longer packaged as a part of django-bulma. If
required, it will be added back, but in a different way.
This commit is contained in:
Rodolphe Breard 2019-07-23 00:30:08 +02:00
parent 7ea58907e6
commit 79c134a4be
8 changed files with 0 additions and 2676 deletions

View file

@ -4,7 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if debug %}
<link rel="stylesheet" href="{% static 'bulma/css/font-awesome.css' %}">
<link rel="stylesheet" href="{% static 'bulma/css/style.css' %}">
{% else %}
<link rel="stylesheet" href="{% static 'bulma/css/font-awesome.min.css' %}">

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 434 KiB