I am using Font Awesome and do not wish to add CSS with HTTP. I downloaded Font Awesome and included it in my code, yet Font Awesome is showing a bordered square box instead
my issue was the one having most of the votes
*{ font-family: xxxxx }
changing it to this solved the problem
body{ font-family: xxxx }