I am new to font-awesome icons. I have one page in which there is a filter where user can search the data. I have added font awesome icon just before the search link (as per below screenshot), I can see this icon in all the browsers except IE 11. The funny thing is I have this icon in other pages also and I can see it in IE 11, but I cannot see this icon on this (as per below screenshot) page only.
Here is the screenshot from IE 11:
Here is the screenshot from chrome:
Can anyone help me out on this?
In my case, it was corrupted .eot font file. I had generated new one ( + new .css styles) and it fixed the problem. Try it.
I had the same issue, I solved it by adding this meta tag as the FIRST tag in
<head>
:<meta http-equiv="X-UA-Compatible" content="IE=edge">
Also, according to the official documentation, check the following:
This fixed my font-icons in IIS: Add a web.config to your font directory with these contents:
I faced the same Issue and I just added the following Link in the Tag and it worked.
Hope this helps!
I had the same issue with font awesome. I added a custom httpmodule in my .net application.
And registered the module in web.config.
It solved the issue.
I had the same issue with Font Awesome 4.7 and IE 11. I fixed it by adding the following meta info in the
<head>
section: