How can I see the list of font Icon of fontawesome?
-
I go to the font awesome site and search for desired font, but when insert related code to theme It’s not working.
How can I update my font awesome package to show this new font icon?
Hi,
We see that you paste a wrong CSS class and that is why it doesn’t work. Try this class instead fa fa-phone-square
.
Regards
I want to use that code of font icon that find in fontawesome website.
how can I change this font Icon?
and how can I see the list of font Icon to use desired icon?
You can see all icons here http://fontawesome.io/icons/
Unfortunately, there is no way to change the icons set easily.
see my site again in the footer I use a code that not showing. I found this code in font awesome.
when i wand use fa_mobile this icon very small and by adding size:6px I can’t make this larger.
But where did you get this class from? It is not correct and doesn’t exist in the list we sent you.
OK. how can I resize the fonticon to see better? specially in the footer
We have checked your site. To change the size of a font icon you need to use font-size property. For example font-size: 24px;
Regards