Need help! Unable to change font in webview from assets

Hello

I am trying to shift from label to webview for better html editing. However after going through various posts and trying stuff, I am unable to load asset file into webviewer through html.
I read a post from Taifun that the assets folder is different while using companion and installing apk and have tried both ways. Also tried customwebview but that wongt load anything.

Blockquote
@font-face {font-family: “PayPal”; src: url("//db.onlinewebfonts.com/t/d8040e905cf0216b6e1b4e39b28d519a.ttf") format(“truetype”);
}
body{

This is working in w3school Tryit editor but not in kodular webviewer

Any help would be greatly appretiated

1 Like