ui: include font-awesome

This commit is contained in:
Jens Langhammer
2020-02-21 18:00:09 +01:00
parent a09a1793ec
commit 1285ba6fbb
8 changed files with 139 additions and 101 deletions

View File

@ -13,6 +13,7 @@
<link rel="shortcut icon" type="image/png" href="{% static 'passbook/logo.png' %}">
<link rel="stylesheet" type="text/css" href="{% static 'node_modules/@patternfly/patternfly/patternfly.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'node_modules/@patternfly/patternfly/patternfly-addons.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'passbook/pf.css' %}">
{% block head %}
{% endblock %}