views:

29

answers:

1

How can one use custom fonts via @font-face in a UIWebView?

I know that it's possible to use CGFonts to render custom fonts on the iOS, but in my specific case I need the font to render inside a HTML document within a UIWebView.

Is this possible in any way?