I am getting some HTML text from a remote server which I am displaying inside a WebView. I need to format the text display and set a font size and color for the WebView.
The only way I can think of is: pre-pending the HTML string received with a tag and specify the font information there.
What is the correct way to do this?