twitter-bootstrap-3 – 如何防止Bootstrap的glyphicon渲染到表情符号(Opera,FF)?

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap-3 – 如何防止Bootstrap的glyphicon渲染到表情符号(Opera,FF)?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想知道如何防止在bootstrap的glyphicons中显示表情符号?

这个

<span class="glyphicon glyphicon-tent"></span>

渲染到这个(歌剧,moz)

我偶然发现了这个:
https://apple.stackexchange.com/questions/41228/why-do-emoji-like-appear-when-i-use-safari-but-not-chrome

Unicode在这里:

http://www.fileformat.info/info/unicode/char/26fa/index.htm

解决方案:将Bootstrap更新到最新版本.

解决方法

避免此类问题的更好选择是使用font-awesome而不是twitter bootstrap glyphicons,作为奖励,你可以获得比glyphicons提供的更多图标集.但是如果您仍然想使用bootstrap glyphicons,最好复制该glyphicons的unicode(因为glyphicons在内部使用unicode)并附加 this answer中给出的代码.
原文链接:https://www.f2er.com/bootstrap/233913.html

猜你在找的Bootstrap相关文章