I am displaying a text in webview like so..
webview.loadHTMLString(myText, baseURL: nil)
But I want to change the font type displayed in the webview by default to the font type of my choice. And I also want to change the font color. So what steps am I to take to achieve this. Thanks in advance...:)