Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Created March 19, 2021 17:10
Show Gist options
  • Save ItsOnlyBinary/1a7bb1b6296318190997a47415cac3ca to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/1a7bb1b6296318190997a47415cac3ca to your computer and use it in GitHub Desktop.
<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