views:

222

answers:

0

I want to use use a customer ttf font as the Web View's default font. the html documents i wish to display using UTF8 characters and they needs a special font ttf to display. btw, they are unicode characters on mac, i could change my default font to that xyz.ttf. on iphone safari i could not set default font for fallback. so, i am creating this simple app using UIWebview with custom ttf font. Wondering if this is possible?

Thanks guys