【发布时间】:2013-12-13 11:42:21
【问题描述】:
我有一个使用日文字体的 HTML 页面。它在浏览器中完美运行。当我在 Appcelerator Titanuim 中检查 html5 移动应用程序时,它在刺激器和设备中都失败了。请指导我如何克服这一点。我的语法是:
@font-face {
font-family: 'Japanese';
font-style: normal;
font-weight: normal;
src: local('Japanese'), url('css/Japanese.ttf') format('truetype');
}
.Japanese {
font-family: Japanese, sans-serif;
}
在此先感谢,GANESH M
【问题讨论】:
标签: html webview titanium appcelerator titanium-mobile