zurb / foundation-icons

427 stars 85 forks source link

Custom Fonts are not supported in Windows Phone 7 IE #15

Open manekovskiy opened 12 years ago

manekovskiy commented 12 years ago

On Windows Phone IE there are only 17 supported fonts (http://msdn.microsoft.com/en-us/library/ff806365%28v=VS.95%29.aspx) and no custom fonts allowed. To bypass this limitation we can use font rendering with canvas since Windows Phone IE supports it. The idea and technique is demostrated in another open-source project - https://launchpad.net/typeface.js. I think such functionality could be added here.