【发布时间】:2014-12-16 18:07:13
【问题描述】:
在我的网络应用程序中,我使用引导程序。
Glyphicons 工作得很好,他们没有任何理由停止了。现在没有图标,只有空方块。
我检查了字体文件 - 它们完好无损,只是为了确保我用 3.2 版中的新字体替换了它们 - 来自完整版而不是定制器。
我检查了 css 选项 - 一切看起来都很好:
src: url(#{resource['fonts:glyphicons-halflings-regular.eot']}) format('embedded-opentype');
src: url(#{resource['fonts:glyphicons-halflings-regular.woff']}) format('woff');
src: url(#{resource['fonts:glyphicons-halflings-regular.ttf']}) format('truetype');
src: url(#{resource['fonts:glyphicons-halflings-regular.svg']}) format('svg');
我检查了 bootstrap.css 文件是否已加载 - 是的。
现在我被困住了:
我迷路了——有人知道接下来要检查什么吗?
编辑
我的配置是 Wildfly 8.1 final,加上 JSF 2.2,bootstrap 3.0 就是这样。
编辑 2
正如我的同事刚刚告诉我的,这个问题是在将我们的应用从 Jboss 7.2 迁移到 Wildfly 8.0 后首先注意到的,所以这可能是原因。
【问题讨论】:
标签: html css twitter-bootstrap jsf