I post 3 same posts about this topic on google group but all of them been deleted, I don’t know why if I break the law of the discuss please let me know first I will correct the error.
My question is :
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 to global ?