I display HTML content in UIWebView in my one of the iPhone application.
Check below 2 images :
https://dl.dropboxusercontent.com/u/68104003/Screen%20Shot%202013-05-11%20at%2011.47.02%20AM.png https://dl.dropboxusercontent.com/u/68104003/Screen%20Shot%202013-05-11%20at%2011.47.28%20AM.png
I have used the same HTML code for both titles but it display the different font size on the screen.
Below is the HTML code i have used :
<span style="font-size:19px;"><strong><span style="font-family:times new roman,times,serif;">4.6 Lorem Ipsum is simply</span></strong></span></br>
<span style="font-size:19px;"><strong><span style="font-family:times new roman,times,serif;">4.4 Type and Scrambled</span></strong></span></br>
Please help.