I want to use the fontawesome on the site https://fontawesome.com/
Which contains more icons than the plugin https://thediveo.github.io/TW5FontAwesome/output/fontawesome.html But if you want to use the fa from https://fontawesome.com/ you need to include a javascript file first. The html like, *<!doctype html>* *<html>* * <head>* * <!-- Place your kit's code here -->* * <script src="https://kit.fontawesome.com/xxxxx.js" crossorigin="anonymous"></script>* * </head>* * <body>* * <!-- Ready to use Font Awesome. Activate interlock. Dynotherms - connected. Infracells - up. Icons are go! -->* * <i class="fas fa-thumbs-up fa-5x"></i>* * </body>* *</html>* How do I add the code * <script src="https://kit.fontawesome.com/xxxxx.js" crossorigin="anonymous"></script> to global? * -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2977dd6e-ef2e-4cc7-8c86-af338f0aa17bn%40googlegroups.com.

