Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fontawesome is not shown in IE 11 on windows 10 #8472

Closed
iflyfei opened this issue Feb 1, 2016 · 22 comments
Closed

fontawesome is not shown in IE 11 on windows 10 #8472

iflyfei opened this issue Feb 1, 2016 · 22 comments

Comments

@iflyfei
Copy link

iflyfei commented Feb 1, 2016

STOP! ✋ ➡️ Read this and steps 3 and 4 of this ⬅️

edit by @tagliala


Environment:
IE 11 Version: 11.63.10586.0, Windows 10
Steps:

  1. go to http://fontawesome.io/examples/
  • expected result:
    see the icons
  • actual result:
    cannot see any icon and dev tool throw exception
    CSS3111: @font-face encountered unknown error.
@wolfy1339
Copy link

Cannot reproduce myself. Please give more details

@kirkov
Copy link

kirkov commented Feb 1, 2016

Also looks good in my IE11 on Windows 10.

@tagliala
Copy link
Member

tagliala commented Feb 1, 2016

thanks everyone

Cannot reproduce. Closing here but feel free to comment if you have news

@tagliala tagliala closed this as completed Feb 1, 2016
@rkg-mm
Copy link

rkg-mm commented Feb 2, 2016

I can reproduce on a Windows 10 tablet with IE 11 in Edge mode.
Dev console fires
"CSS3111: @font-face encountered unknown error." and no icons are shown.

No idea why this could happen...

edit: however: I cannot reproduce on a Windows 10 VM in IE 11 using Administrator account
edit2: Since I'm on a company network this may be related to this Group policy: http://stackoverflow.com/questions/33023461/ie-11-error-css3111-in-my-own-code-and-google-com-fonts-doesnt-render-any-fon/34070604#34070604 I'll ask my IT if this policy is enabled

edit3: Yes in my case this Windows 10 group Policy called "Untrusted Font Blocking" was active.

@tagliala
Copy link
Member

tagliala commented Feb 2, 2016

@rstmm thanks!

@iflyfei could you please check?

@iflyfei
Copy link
Author

iflyfei commented Feb 2, 2016

maybe it causes by windows group policy not sure

@jwellsnh
Copy link

In my situation, a windows group policy was the cause. See this TechNet article:

Block untrusted fonts in an enterprise

@tagliala
Copy link
Member

@jwellsnh could you please update Troubleshooting Guide?

@diegosanz
Copy link

With Windows Firewall stopped (from services.msc), fontawesome doesn't work. If I turn on the service it works. This happens only on IE.
(Sorry for my bad english).

@tagliala
Copy link
Member

tagliala commented Jun 2, 2016

With Windows Firewall stopped (from services.msc), fontawesome doesn't work. If I turn on the service it works. This happens only on IE.

Cannot confirm, it works for me (Win10x64 / IE11 / Windows firewall manually stopped under services.msc)

@diegosanz
Copy link

Sorry, I searched more and I finally find this, so it's already reported.
Thank you for your time.

@tagliala
Copy link
Member

tagliala commented Jun 6, 2016

@diegosanz

Sorry, I searched more and I finally find this, so it's already reported.
Thank you for your time.

Is that a default setting under some versions of windows 10?

@diegosanz
Copy link

Is that a default setting under some versions of windows 10?

In my computer, the "block untrusted font feature" it's not stablised because I don't have any key on my registry called MitigationOptions in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel\. Like this, with Windows Firewall running, Fontawesome works perfectly on IE11.

I cannot confirm because I only use Windows on my work, but I think that this is the default setting. In my case, the problem appears when I join into the domain of my company that, I don't know why, it stops the service of Windows Firewall and Fontawesome doesn't works.

@tagliala
Copy link
Member

tagliala commented Jun 7, 2016

maybe this is a group policy option which does not apply outside domains

@tbinggeli
Copy link

I get this error too. Even when looking at fontawesome.io/icons.

I have brought this up before, but I am still unable to resolve the issue.

@tbinggeli
Copy link

#8825

@ghost
Copy link

ghost commented May 31, 2017

I know this is an old issue, our organisation came across this so could possibly help some one else. This bug would only affect IE11 for us on any OS. It would work fine over http but over https it would play up. We resolved it by commenting out the Pragma from within the web config of the website. I believe this would then allow for caching.

@tagliala
Copy link
Member

@Qore5 thanks

This case is also documented in our troubleshooting guide: https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting#im-hosting-fonts-on-my-server-and-icons-dont-show-up

It does not strictly depend on IE but the way fonts are serverd is also involved

@autumnWei
Copy link

Environment:
IE 11 Version: 11.371.16299.0CO, Windows 10
in this enviroment.it shows normal.
Environment:
IE 11 Version: 11.2068.14393.0CO, Windows 10
in this enviroment. it cant't shows normal.and have two errors.
1)css3111:@font-face encountered unkown error.
2)css3114:@font-face failed OpenType embedding permission check.Permission must be Installable.
Please tell me why this may have happened??

@twaelti
Copy link

twaelti commented Sep 26, 2018

As posted in #8825
We had a customer with this problem. The solution was to make sure that fontdrvhost.exe isn't blocked by the antivirus software (in this case Trend Micro OfficeScan was the culprit).

@smaheedhara
Copy link

Issue reproducible on (MCC-469654):
windows 10 - IE11 11.904.16299.0

@tagliala
Copy link
Member

@smaheedhara we have another issue with IE11 and FA 5.7.0 SVG

#14580

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests