how to Add Font Awesome to your blog


Step 1
    you could sign up at: https://fontawesome.com/ to gave you the JS code or simplay by using the code below here (this code is the same for everyone so it doesn't matter to sign up or not):
    <script src="https://kit.fontawesome.com/83495f9eaa.js" crossorigin="anonymous"></script>
Step 2
place the code right after the HTML <head>: Example:
<html>
  <head>
    <!-- Place your kit's code here -->
    <script src="https://kit.fontawesome.com/83495f9eaa.js" crossorigin="anonymous"></script>
  </head>

  <body>
    <!-- Ready to use Font Awesome. Activate interlock. Dynotherms - connected. Infracells - up. Icons are go! -->
  </body>
</html>

Step 3:

all code that you use from Font Awesome now should work property without any miss

Categories:
Similar Movies

0 comments: