我的 html 文件在 webView 中加载但仍然没有字体
我的字体有 Unicode 字符
我在 android 2.2 上工作
mWebView.loadUrl("file:///android_asset/P_007.html");
我的CSS:
<STYLE type="text/css">
@font-face {
font-family: AQF_P007_HA;
src: url("AQF_P007_HA.TTF");
}
body {
font-family: AQF_P007_HA;
font-style:normal;
font-weight: normal;
color: black;
font-size: medium;
mso-font-charset: 0
}
</STYLE>