I want to know if it is possible to do a webview to download a foreign language / font website. Say I want to download a URL that contains a custom Unicode font (they have their own font. I can download the font and use it.)
Now I know that we can do this if both the "html" and "font" files are in the same folder in the "Asset" section. Yes, it displays the character correctly. I refer to this link → How to change the font of the face of Webview on Android?
However, if I go to the real website URL from the html resource folder file, it will not display the font correctly.
Is there any way to achieve this? Entering some html tags or can't fully achieve this ????
I also try google, but all I get is above the local HTML file example with font. Any suggestions or link references are appreciated.
Thanks.
source share