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.
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.