Hi am using webview ,i need to use custom font(verdana.ttf) how can i do this.(AM using honeycomb)
Am using following code for setting font
"<html><body><span style=\"font-size : 12pt;color : #333333;font-family: verdana; src: url('fonts/verdana.ttf');\" >"+data+"</span></body></html>"