android - android 的 firefox 不显示 css utf8 符号

标签 android css firefox utf-8

我使用 utf8icons.com 中的 utf8 字符/符号在我的网站上。即使我在 firefox 菜单中选择 unicode,下面的符号也不会在 firefox (34.0) 中显示。我只得到一个灰色方 block 。

在桌面版的firefox和chromium上,正确显示:

.timedark:before {
    content: '\25D4';
    padding-left: 3px;
    color: #222;
}

这里可能出了什么问题?

最佳答案

正在使用的字体不包含字符的字形,浏览器尝试使用的任何后备字体也不包含。原因很可能是系统中没有字体包含该字符。选项是通过 @font-face 使用可下载字体并使用图像代替。

关于android - android 的 firefox 不显示 css utf8 符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27483727/

相关文章:

android - MenuItem 有意打开链接?

html - Firefox 中的 CSS 怪异 - 向左浮动而不向左浮动,除非使用大宽度

javascript - Firefox 14 破坏了 3D 'card flip' 效果——有人知道为什么吗?

html - Twitter URL 中的 (#!) 有什么作用?

css - javaFX 2.0 XYChart 和 CSS

firefox - Firefox 4 是否支持 3d 转换?

android - 从 GPS 提供商明确获取坐标

android - editText 处于焦点,但虚拟键盘不会在 Alert Builder 中使用 SHOW IMPLICIT 自动打开

java - 如何修复 'handleWindowVisibility: no activity for token android.os.BinderProxy' ?

html - 在框内定位文本时遇到问题