What font does UIWebView use by default? I would like to be able to change that. But I don't want to do it in the html string, instead I want to have something like:
[webView setFont:[UIFont fontWithName:@"GothamRounded-Bold" size:14]
is there such property or some other way?
