android - How do I set my WebView font to the current typeface of the device? -


yeah, i've seen lot of how use custom font using css, not want this. have app webview , whole app has device font, webview has default font webviews, , seems kind of ugly.

i can default typeface with:

typeface.defaultfromstyle(r.style.yourtheme); 

but how possible set webview? or way better current device's typeface , set webview? thanks.

if html local (in device) need put css file , reference normally.

<title>titulo de la web</title>     <link rel="stylesheet" href="estilo.css"> 

remember put html file , css in assets directory.


Comments