css - @font-face 在 IE6 中不工作

标签 css font-face

我有一个适用于除 IE6 之外的所有目标浏览器的字体

@font-face {
    font-family: 'AFC-Bold';
    src: url('metaactionforchildren-bold.eot');
    src: url('metaactionforchildren-bold.eot?#iefix') format('embedded-opentype'),
         url('metaactionforchildren-bold.woff') format('woff'),
         url('metaactionforchildren-bold.ttf') format('truetype'),
         url('metaactionforchildren-bold.svg#metaactionforchildren-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

有什么想法吗?

最佳答案

它没有得到适当的支持。

参见:http://caniuse.com/#feat=fontface

关于css - @font-face 在 IE6 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10636473/

相关文章:

javascript - 是否可以控制 typed.js 插件何时开始和停止输入文本?

javascript - 如果弹出 div 的位置设置为相对,则表行大小增加

javascript - 文本绕行长大,高度属性向下增长

css - font-face 上的字体粗细不起作用?

css - 使用 webfont.js 加载自定义字体

css - @font-face rule , font-family 值被忽略

html - CSS 有类似 "class subclass"的东西吗?

html - 按钮漂浮在图像旁边的 block 中

python - 使用 Django/Python 在 Heroku 上自定义字体

css - @font-face 不工作,字体似乎没有加载