Created
March 19, 2021 17:10
-
-
Save ItsOnlyBinary/1a7bb1b6296318190997a47415cac3ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
kiwi.plugin('fa5', function(kiwi, log) { | |
let fa5all = document.createElement('script'); | |
fa5all.src = 'https://use.fontawesome.com/releases/v5.15.2/js/all.js'; | |
document.head.append(fa5all); | |
let fa5shim = document.createElement('script'); | |
fa5shim.src = 'https://use.fontawesome.com/releases/v5.15.2/js/v4-shims.js'; | |
document.head.append(fa5shim); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment