sunflowerdeath / webfonts-generator

Generator of webfonts from svg icons
The Unlicense
271 stars 152 forks source link

Tipp: IE 7 support #1

Closed IngwiePhoenix closed 9 years ago

IngwiePhoenix commented 9 years ago

I just discovered this tool and am pretty baffled why it isnt known like it should be. The potential of this tool is huge, so I am adding it to my project.

In order to support IE 7, since this is, for now, the lowest target I want to choose, one can use the following trick:

http://stackoverflow.com/a/15262501/2423150

Since you use templates, this shouldn't be too big to implement, and neat int he long-run.

Thanks for making this tool, I am going to work on implementing it with WebPack :)

sunflowerdeath commented 9 years ago

According to http://www.w3schools.com/browsers/browsers_explorer.asp only 0.1% users have IE7, so I don't want to support it.