I have an app with UIWebView which loads a remote HTML page...Now on this HTML, I have set font-family: Calibri; and font-size: 12pt;
But for some reasons, this font is not applied while viewing the page from the app...
I can see the font from a regular browser.
How do I get the same font to be applied from the app also ?