1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

Adding FontAwesome

This commit is contained in:
Henrik Hautakoski 2019-11-18 15:52:53 +01:00
parent 269fa13774
commit 0eab4729be
2 changed files with 9 additions and 0 deletions

View file

@ -1,4 +1,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"
integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/regular.min.js"
integrity="sha256-FR7X8I31WIyoJaQLE4STF1bYEoOncTwxTLPPgJVLXVs="
crossorigin="anonymous"></script>
<script>anchors.add();</script>