I want to use the fa from https://fontawesome.com/

which need include a javascript first the html like :

<!doctype html>
<html>
  <head>
    <!-- Place your kit's code here -->
    <script src="https://kit.fontawesome.com/xxxx.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>


so how to add the  <script src="https://kit.fontawesome.com/xxxx.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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19b5a147-fcab-45f1-8860-575d31d99456n%40googlegroups.com.

Reply via email to