Why does my icon font not work in IE10 on Windows 8 only?

Grant H.

I'm using an icon font throughout a site I have been building, and just noticed that the font does not display in IE10 on Windows 8 only. The font works fine in IE10 on Windows 7, and in Chrome/FF across the board.

Worth noting that SOME fonts from this set DO work in IE10/Windows 8. E.g. '\2699' works, but '\E744' does NOT work in IE10/Windows 8.

UPDATE: Here is a JSFiddle that exhibits the issue: http://jsfiddle.net/wqs5C/

Can anyone help me understand why it may not be working?

Here is the font declaration:

@font-face {
  font-family: 'icons';
  src: url("../Fonts/icons.eot");
  src: url("../Fonts/icons.eot?#iefix") format('embedded-opentype'), 
       url("../Fonts/icons.woff") format('woff'), 
       url("../Fonts/icons.ttf") format('truetype'), 
       url("../Fonts/icons.svg#icons") format('svg');
  font-weight: normal;

font-style: normal; }

Here is the style (in IE10 developer tools, these have a line through them):

.exp_closed > .widget-head > .toggle:after {

    content: '\E744';
    font-family: 'icons';
    font-size: 16px;

}
Grant H.

So I've ultimately traced this back to "Protected Mode" in IE10. It was preventing ALL icon fonts from working. As soon as I disabled it, everything started acting like I'd expect it to. The failures in FF on the JSFiddle are likely from cross-domain restrictions on font downloads.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Why after Downgrading IE10 to IE8 I lost access to Internet

분류에서Dev

Why does my C++ function, only when it's placed after main(), not work?

분류에서Dev

Why does saveInBackgroundWithBlock only work *once* in my Parse-enabled class?

분류에서Dev

Windows 8의 IE10에서 ActiveX 지원

분류에서Dev

Why does the following code only work with GridLayout?

분류에서Dev

Why does my bubble sort method not work?

분류에서Dev

Why my cron Job does not work?

분류에서Dev

Why does my xdotool key command not work?

분류에서Dev

How to get the Get Windows 10 apps icon runiing on my taskbar

분류에서Dev

How to get the Get Windows 10 apps icon runiing on my taskbar

분류에서Dev

Why does sed only work on direct output from echo?

분류에서Dev

Why does my MFMailComposeViewController instance only dismiss one time?

분류에서Dev

Why does Ubuntu 12.10 only see 8 cores?

분류에서Dev

Windows icon cache does not exist

분류에서Dev

IE7 and IE8 float left does not work

분류에서Dev

Why will this only work with break;?

분류에서Dev

Why does my screen dim on a desktop installation of Windows 7?

분류에서Dev

Why does Windows 8 open Bing.com by itself?

분류에서Dev

angular with wavesurfer.js Doesn't work in IE10

분류에서Dev

Windows 8 / 8.1의 Modern IE10 / 11은 다중 프로세스 아키텍처를 사용합니까?

분류에서Dev

Why and how does this work?

분류에서Dev

Why is my Visual Studio taskbar Icon animated

분류에서Dev

"Terminal" font used in Paint for Windows 8

분류에서Dev

Why do my xmodmap binds involving AltGr only work on some keys?

분류에서Dev

Windows 10 dragging title bar of maximised window does not work

분류에서Dev

How does Windows group font files?

분류에서Dev

Why does my display keep turning off every 10 minutes?

분류에서Dev

Why does "/usr/bin/env bash -x" only work in command line?

분류에서Dev

I don't understand why my code for bubble sort does not work

Related 관련 기사

  1. 1

    Why after Downgrading IE10 to IE8 I lost access to Internet

  2. 2

    Why does my C++ function, only when it's placed after main(), not work?

  3. 3

    Why does saveInBackgroundWithBlock only work *once* in my Parse-enabled class?

  4. 4

    Windows 8의 IE10에서 ActiveX 지원

  5. 5

    Why does the following code only work with GridLayout?

  6. 6

    Why does my bubble sort method not work?

  7. 7

    Why my cron Job does not work?

  8. 8

    Why does my xdotool key command not work?

  9. 9

    How to get the Get Windows 10 apps icon runiing on my taskbar

  10. 10

    How to get the Get Windows 10 apps icon runiing on my taskbar

  11. 11

    Why does sed only work on direct output from echo?

  12. 12

    Why does my MFMailComposeViewController instance only dismiss one time?

  13. 13

    Why does Ubuntu 12.10 only see 8 cores?

  14. 14

    Windows icon cache does not exist

  15. 15

    IE7 and IE8 float left does not work

  16. 16

    Why will this only work with break;?

  17. 17

    Why does my screen dim on a desktop installation of Windows 7?

  18. 18

    Why does Windows 8 open Bing.com by itself?

  19. 19

    angular with wavesurfer.js Doesn't work in IE10

  20. 20

    Windows 8 / 8.1의 Modern IE10 / 11은 다중 프로세스 아키텍처를 사용합니까?

  21. 21

    Why and how does this work?

  22. 22

    Why is my Visual Studio taskbar Icon animated

  23. 23

    "Terminal" font used in Paint for Windows 8

  24. 24

    Why do my xmodmap binds involving AltGr only work on some keys?

  25. 25

    Windows 10 dragging title bar of maximised window does not work

  26. 26

    How does Windows group font files?

  27. 27

    Why does my display keep turning off every 10 minutes?

  28. 28

    Why does "/usr/bin/env bash -x" only work in command line?

  29. 29

    I don't understand why my code for bubble sort does not work

뜨겁다태그

보관