aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-03 22:44:47 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-03 22:44:47 +0200
commit8b3ce45520886b7c481d708dd4f1c536173748be (patch)
tree4de97383672adde8cdaaacff289bad110cd27d69
parentDisabling strict manifest compression mode (diff)
Changing to new FontAwesome kit
-rw-r--r--pydis_site/templates/base/base.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index d7e764a2..a419521c 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -16,11 +16,7 @@
{% bulma %}
{# Font-awesome here is defined explicitly so that we can have Pro #}
- <link rel="stylesheet"
- href="https://pro.fontawesome.com/releases/v5.7.2/css/all.css"
- integrity="sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev"
- crossorigin="anonymous"
- >
+ <script src="https://kit.fontawesome.com/ae6a3152d8.js"></script>
<link rel="stylesheet" href="{% static "css/base/base.css" %}">
{% block head %}{% endblock %}