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

Issue with Font Awesome icons rendering in Internet Explorer 11.4xx.xxxxx.x #9661

Closed
ssitadmin opened this issue Jul 27, 2016 · 2 comments
Closed

Comments

@ssitadmin
Copy link

Encountered and issue with Internet Explorer 11 on Windows 10 where custom web fonts (specifically Font Awesome - http://fontawesome.io/icons/) are not rendering. We notice that this is isolated to Internet Explorer versions starting with 11.4 (11.420.10586.0, 11.494.10586.0) and these versions only seem to appear in Windows 10.

To replicate issue, use one of these versions/builds of Internet Explorer and navigate to the link provided above for the list of Font Awesome fonts. You will see the text labels for the fonts (icons) that are listed but the actual font (icon) to the left is not rendered.

When inspecting the console displays the following:
CSS3111: @font-face encountered unknown error.
fontawesome-webfont.ttf

The Inspect Element CSS displays a crossed out content attribute.

(please see attachments)
os_build
11 494 10586 0_error
css_content

@wolfy1339
Copy link

@ssitadmin
Copy link
Author

Thanks a million! It appears the link further down that article .(https://technet.microsoft.com/itpro/windows/keep-secure/block-untrusted-fonts-in-enterprise#Turn_on_and_use_the_Blocking_untrusted_fonts_feature) solved the problem.

In the registry I changed the specified registry entry (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel\MitigationOptions) from enabled (1000000000000) to disabled (2000000000000).

Why this is only happening to IE 11 and not Edge or any other browser for that matter is beyond me but appears to be the culprit nonetheless.

Thanks again!

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

3 participants