Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css firefox的twitter引导程序错误_Css_Twitter Bootstrap_Firefox_Web - Fatal编程技术网

Css firefox的twitter引导程序错误

Css firefox的twitter引导程序错误,css,twitter-bootstrap,firefox,web,Css,Twitter Bootstrap,Firefox,Web,目前在一个项目中使用bootstrap 3.0,我发现firefox有一个奇怪的bug: 我得到的不是字形图标,而是一些奇怪的字符。。当我刷新时,它会恢复正常 以下是我如何使用图示符图标: <i class="glyphicon glyphicon-lock white"></i> <a href="#" class="active"> Deposit</a> 这是使用它们的正确方法还是我必须做一些特殊的事情?这是使用bootstrap

目前在一个项目中使用bootstrap 3.0,我发现firefox有一个奇怪的bug: 我得到的不是字形图标,而是一些奇怪的字符。。当我刷新时,它会恢复正常

以下是我如何使用图示符图标:

<i class="glyphicon glyphicon-lock white"></i> 
<a href="#" class="active"> Deposit</a>


这是使用它们的正确方法还是我必须做一些特殊的事情?

这是使用bootstrap 3 glyphicon半身人之一的有效方法。我不确定
white
类是否还能做任何事情,但我认为这并不重要


如果该问题在其他浏览器中出现,则应确保您的浏览器正在下载glyphicons字体。

我正在使用firefox 21.0(不是最新版本)进行测试。。你能看到描述中的链接吗?你能用另一个浏览器测试一下,看看行为是否相同吗?你的字体是托管在CDN还是其他域上?