2

Possible Duplicate:
@font-face is deprecated on the iPhone version of Safari. What are my alternatives?

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?

Community
  • 1
  • 1
Prody
  • 5,182
  • 6
  • 44
  • 62

1 Answers1

2

Take a look here: @font-face is deprecated on the iPhone version of Safari. What are my alternatives?

Community
  • 1
  • 1
Matthew Leffler
  • 1,386
  • 1
  • 19
  • 36