I am using this line of code to set the font and the size of the text.But this is not working
NSString *abc=@"<html><body style=\"font-family:Verdana; font-size:12px; color:#000000;\"></body></html>";
[msgWebView setCustomTextEncodingName:abc];
Please let me know how can i set the font style of text in a WebView.