天天看點

webview調用本地字型

把字型檔案放到Asset/font目錄下

Typeface typefont/ziti.ttf');

TextView.setTypeface(typeFace);

@font-face{font-family:MyFont;src:url('file:///android_asset/font/ziti.ttf')}

body{font-family:MyFont;}

轉載于:https://www.cnblogs.com/invincible-hehe/p/3869576.html