html - 在 I.E 11 中加载网络字体时出现问题 - 部分浏览器,并非所有浏览器

标签 html css fonts webfonts

我环顾四周,发现许多问题和答案都解决了 I.E 中未加载的字体问题

我还没有找到的是在 I.E 的某些情况中未加载字体的问题/答案

我的 @font-face 看起来像这样:

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('/content/fonts/opensans-condbold-webfont.eot');
    src: url('/content/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/opensans-condbold-webfont.woff') format('woff'),
         url('/content/fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('/content/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

其中有很多。

有时,一些客户端浏览器只是不加载字体。

我的机器;他们很好。我旁边的人,他们不加载。一些客户来电时遇到了同样的问题。

我们尝试过的一些事情。

  • 未在兼容模式下运行
  • 以兼容模式运行(破坏其他一些东西)
  • 删除所有临时文件

它们只是不会为某些客户端浏览器加载。

有什么想法吗?

最佳答案

好的。我发现了问题。

因为它只发生在某些版本的 I.E 上,所以它似乎更像是浏览器的设置。

本质上,“字体下载”在 Internet 选项中被禁用:

enter image description here

关于html - 在 I.E 11 中加载网络字体时出现问题 - 部分浏览器,并非所有浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32096621/

相关文章:

javascript - 如何在 android/三星手机的 html 文本输入字段中停止自动大写?

html - 显示在 table 前面的 table 背景图片

javascript - addthis、isotope 和 nicescroll 合而为一

java - 如何让Java Swing应用程序在windows和linux中有一致的字体?

javascript - ScrollTo 居中到没有 div 的网站

javascript - 如何使用javascript计算html中的日期差异而不点击提交按钮

javascript - css 背景图像在 android 上显示错误

android - 如何防止网站的移动(android)版本上的字体更改

html - 不使用 typekit 的原因?

javascript - 在 EaselJS 中为 spritesheet 设置动画时出现问题