Having trouble with Font Awesome icons and their compatibility with Internet Explorer.
The icons display correctly on all other browsers, but on IE or Edge, there is a blank space where the icon should be.
I noticed differences in styling when comparing Chrome's Dev Tools to IE (IE10 to Edge).
In Internet Options, I have enabled the 'download fonts' setting.
I have added the following meta tag at the top of my <head> tag:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
I have included the full Font Awesome zip file even though I do not need the less or scss folders.
https://i.sstatic.net/tkez8.png
Currently using Font Awesome v4.6.3 and Bootstrap v3.3.7
Please refer to the images below for a comparison of Developer Tools:
IE Developer Tools:
https://i.sstatic.net/sLWQX.png
Chrome Developer Tools:
https://i.sstatic.net/KmeM1.png
No noticeable differences between the two aside from these styling issues.