Twitter bootstrap 3 带有引导的GlyphIcon不会与一起显示,而是与

Twitter bootstrap 3 带有引导的GlyphIcon不会与一起显示,而是与,twitter-bootstrap-3,jsf-2.2,glyphicons,Twitter Bootstrap 3,Jsf 2.2,Glyphicons,我想你们很多人都知道推特引导,这使得设计漂亮的网站变得非常容易。我最近在Netbeans中开发一个jsfweb应用程序。 除了图标以外的一切 在网站的标题部分,您将通过 <h:outputStylesheet library="css" name="bootstrap.min.css"></h:outputStylesheet> 如果您使用jsf或 <link rel="stylesheet" type="text/css" href="resources/css

我想你们很多人都知道推特引导,这使得设计漂亮的网站变得非常容易。我最近在Netbeans中开发一个jsfweb应用程序。 除了图标以外的一切

在网站的标题部分,您将通过

<h:outputStylesheet library="css" name="bootstrap.min.css"></h:outputStylesheet>
如果您使用jsf或

<link rel="stylesheet" type="text/css" href="resources/css/bootstrap.min.css"/>
如果不使用jsf

奇怪的是,图示符图标是空的正方形,就像这个问题中的:

我已经用浏览器检查了view source,两个渲染的CSS都有相同的内容

    <head id="j_idt2">
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="stylesheet" type="text/css" href="resources/css/bootstrap.min.css" />
        <link type="text/css" rel="stylesheet" href="/WWHY/faces/javax.faces.resource/bootstrap.min.css?ln=css" />
        <link type="text/css" rel="stylesheet" href="/WWHY/faces/javax.faces.resource/styles.css?ln=css" />
        <title>WWHY IT Support Center</title>
        <script src="resources/js/ie-emulation-modes-warning.js"></script>
    </head>
也许你们知道为什么不适用于图标


谢谢

很可能与font Aweasome相同。检查

虽然在th FA的情况下已经有了一个特定于jsf的css