天天看点

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