Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Works for all IE but IE9 #31

Open
jeerbl opened this issue Jun 5, 2017 · 2 comments
Open

Works for all IE but IE9 #31

jeerbl opened this issue Jun 5, 2017 · 2 comments

Comments

@jeerbl
Copy link

jeerbl commented Jun 5, 2017

Hi there,

I noticed the CSS generated by webfonts-generator does not include a fix for IE9 compat mode. As suggested in this SO answer, not only the ?iefix is needed but also a src only having the EOT font URL:

@font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('webfont.woff') format('woff'), /* Modern Browsers */
         url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

Could you test it out? Or tell me a version I can use myself to test it ;)

Thanks!
Jerome

@jpstevens
Copy link

jpstevens commented Jul 21, 2017

👍

@jeerbl
Copy link
Author

jeerbl commented Oct 12, 2017

Hi!

Sorry to ask again but where are we on this? Doesn't work on IE9 because of this.

Thanks
Jerome

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

No branches or pull requests

2 participants