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
First, check that you have class="fa" as well as whatever the icon's class is. So, not just
But also
Then it works as expected. This solved my issue.