Is it possible to include fonts in an app bundle and make them available in a UIWebView

Posted by gargantaun on Stack Overflow See other posts from Stack Overflow or by gargantaun
Published on 2010-05-11T09:10:47Z Indexed on 2010/05/11 9:14 UTC
Read the original article Hit count: 252

I'm working on some HTML5 content to be included as part of an iPad app in a Web View.

As I understand it, Mobile Safari only supports SVG fonts, but my testing has show Mobile Safari to really struggle with SVG and the performance hit is a serious issue.

So... is it possible to put fonts in the App Bundle and somehow make them available to the webview?

© Stack Overflow or respective owner

Related posts about mobilesafari

Related posts about cocoa-touch