【发布时间】:2015-05-16 18:40:07
【问题描述】:
在查看了各种解决方案后,like this one,我仍然无法让难以捉摸的图标在 Phonegap 中工作。
它在我的计算机上运行良好,但是一旦我使用 Adobe 应用程序生成器创建了应用程序,网络字体图标就不再显示。
我的文件夹结构如下:
我的 CSS 看起来像这样:
@font-face {
font-family: 'Elusive-Icons';
src: url('../res/fonts/elusive-icons.ttf') format('truetype'),
url('../res/fonts/elusive-icons.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
如果有人对我可以做些什么来解决这个问题有任何建议,我将不胜感激。
【问题讨论】:
标签: android css cordova webfonts