gpt4 book ai didi

internet-explorer-8 - 加载 webfont 文件完全挂起 IE8

转载 作者:行者123 更新时间:2023-12-05 00:27:52 26 4
gpt4 key购买 nike

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

重现步骤:

  • 使用 IE8(Microsoft 的 IE8 在 Windows 和 Windows XP 中测试 Windows 7 VM 都存在问题)。
  • 开通 http://kopterid.ee
  • 点击“Tooted”链接
  • 点击“Esileht”链接
  • 重新加载页面 (F5)

  • 这就是我得到的(页面不刷新,只是挂起或空白):
    IE 8 message when it has hung

    包含 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 插件。

    最佳答案

    你可以试试这个技巧:@font-face crashes IE8 ?过去它对我有用。 (我没有针对你的具体情况尝试过,但它可能会奏效)

    让我知道事情的后续!

    关于internet-explorer-8 - 加载 webfont 文件完全挂起 IE8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19848957/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com