I want change the default font of webview to a custom font. I\'m using webview in developing an bilingual browser app for Android.
I tried getting an instance of cus
webview= (WebView) findViewById(R.id.webview); String myCustomStyleString=""; webview.loadDataWithBaseURL("", myCustomStyleString+""+intentpost.getStringExtra("content")+"", "text/html", "utf-8", null);