Home > OS >  Some font-awesome icons are not working, but others do
Some font-awesome icons are not working, but others do

Time:03-21

I have included the font-awesome via <script src="https://kit.fontawesome.com/[myid].js" crossorigin="anonymous"></script>. I have several icons, some are working and some are not:

<i ></i>

works but

<i ></i>

does not. In the font awesome kit settings I have the "webfont" and "Version 6.x" options.

CodePudding user response:

They have some premium icons which will not appear with the free plans. You should filter on "free".

https://i.stack.imgur.com/VeGOl.png.

CodePudding user response:

Make sure you're browsing the icon pack of the same version as your kit/script. For example, if you're using the header script/fontawesome kit for fontwesome version 5, some icons from fontawesome version 6 wouldn't work. Also, if you're on the free plan of Fontawesome, premium icons also won't work.

  • Related