add fontawesome to local libs instead of cdn

This commit is contained in:
Géry Debongnie
2019-02-13 16:35:13 +01:00
parent 7d4e32106b
commit 08fe373422
1591 changed files with 120699 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<!-- Font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="/static/libs/fontawesome/css/all.min.css">
<!-- AMD module system -->
<script src="/static/libs/almond/almond.js"></script>