I have to show rich text that i pull from server, so i\'m using UIWebView. Now the problem is that i have no control over the font which is used in UIWebView. How can i chan
I use
body {
font-family: 'Noteworthy-Bold';
}
This works fine for my about-page (WebView), as the rest of my app also uses Apple's "Noteworthy-Bold".
If you want to use your own font, make use of @font-face and refer to a TTF or EOT file.
Reference a css style sheet in your HTML document or put the style information into the top of the HTML document itself
just change
font:helvetica
to
font-family:helvetica