Internet explorer 8 加载webfont文件会完全挂起IE8

Internet explorer 8 加载webfont文件会完全挂起IE8,internet-explorer-8,webfonts,Internet Explorer 8,Webfonts,我在IE8中遇到了一个非常奇怪的加载问题——每当我在页面上执行某些步骤时,IE8就会挂起并尝试永远加载webfonts(.eot文件) 复制步骤: 使用IE8(在Windows和Windows XP中测试Windows 7虚拟机的Microsoft IE8都存在此问题) 打开 点击“嘟嘟”链接 点击“Esileht”链接 重新加载页面(F5) 这就是我得到的(页面不刷新,只是挂起或是空白): 包含webfont的CSS: @font-face { font-family: 'WebSymb

我在IE8中遇到了一个非常奇怪的加载问题——每当我在页面上执行某些步骤时,IE8就会挂起并尝试永远加载webfonts(.eot文件)

复制步骤:

  • 使用IE8(在Windows和Windows XP中测试Windows 7虚拟机的Microsoft IE8都存在此问题)
  • 打开
  • 点击“嘟嘟”链接
  • 点击“Esileht”链接
  • 重新加载页面(F5)
  • 这就是我得到的(页面不刷新,只是挂起或是空白):

    包含webfont的CSS:

    @font-face {
      font-family: 'WebSymbolsRegular';
      src: url("typefaces/websymbols-regular-webfont.eot");
      src: url("typefaces/websymbols-regular-webfont.eot?#iefix") format('embedded-opentype'), url("typefaces/websymbols-regular-webfont.woff") format('woff'), url("typefaces/websymbols-regular-webfont.ttf") format('truetype'), url("typefaces/websymbols-regular-webfont.svg#WebSymbolsRegular") format('svg');
      font-weight: normal;
      font-style: normal;
      speak: none;
    }
    
    @font-face {
      font-family: 'icomoon';
      src: url("typefaces/icomoon.eot");
      src: url("typefaces/icomoon.eot?#iefix") format('embedded-opentype'), url("typefaces/icomoon.woff") format('woff'), url("typefaces/icomoon.ttf") format('truetype'), url("typefaces/icomoon.svg#icomoon") format('svg');
      font-weight: normal;
      font-style: normal;
      speak: none;
    }
    
    我尝试过禁用所有插件、gzip压缩等,但问题仍然存在

    该网站使用带有Mystile主题的Wordpress WooCommerce插件。

    你可以试试这个技巧:?这在过去对我很有效。(我没有针对您的具体情况进行尝试,但可能会奏效)


    让我知道进展如何

    几天前也发现了那篇帖子。我会测试它的!