This is the effect with font awesome, i only can get it when i using font awesome 4.1 CDN)
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.