我正在构建一个多操作系统应用程序与英特尔XDK。我使用索尼Xperia Z1 Compact进行调试。它似乎支持引导象形文字,这一个工作;
<span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span>但是当我用这个的时候;
<span class="glyphicon glyphicon-triangle-left" aria-hidden="true"></span>它显示如下(有点):繢(它看起来很像这样,但我的剪贴画技巧并不完全能胜任这项任务)
有人知道这里发生了什么吗?
*编辑,发现什么东西不再起作用了,我认为它在设备中有自动翻译或类似的东西.
名单:
发布于 2017-01-06 08:49:00
半年之后,我有了这个工作,只是不记得我到底做了什么。但是,看看我的代码,这些都是让它正常工作的重要因素:
index.html:
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="bower_components/bootstrap/dist/css/bootstrap.css">
</head>并确保在这样的文件夹中有字体:
www - index.html
- fonts
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2https://stackoverflow.com/questions/37562367
复制相似问题