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