webview调用本地字体

把字体文件放到Asset/font目录下

Typeface typeFace=Typeface.createFromAsset(mContext.getAssets(),'font/ziti.ttf');
TextView.setTypeface(typeFace);
@font-face{font-family:MyFont;src:url('file:///android_asset/font/ziti.ttf')}
body{font-family:MyFont;}

posted @ 2014-07-26 08:57  invincible_hehe  阅读(779)  评论(0编辑  收藏  举报