This is the effect with font awesome, i only can get it when i using font awesome 4.1 CDN)
Using downloaded files, I included the fonts folder and font-awesome.css, but still no icon appear.
My link which is correct.
The font-awesome.css file path, i didn't change anything.
directory folders and files.
inside of font folder.
inside css folder.
********************************************************
I still didnt manage to get the icon show up, why??
Go to font awesome official website and download free zip file, extract it and link this to your page, done..! To be able to use font awesome offline you would have to manually download the icons to your local computer. You should be able to find the required files from the font awesome website.
font-awesome - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers.
AND Voila !
Since I am using FontAwesome V5.3.1, I would like to update this answer since the folder structure was changed a bit in this version.
all.min.css
file from the CSS folder and add it in your stylesheets.webfonts
folder from FontAwesome extract and place it into your project one directory above to your all.min.css
file. (Refer the image below)Since all.min.css
file refers to the webfonts
folder now, we need to add this file along with the webfonts
folder.
src: url("../webfonts/fa-brands-400.eot"); // This is how it is been referred now in all.min.css file.
Thank you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With