【问题标题】:Why does IE9 render fonts in a bloated and blurry manner?为什么IE9渲染字体臃肿模糊?
【发布时间】:2015-08-14 22:05:39
【问题描述】:

我在一个臃肿而模糊的庄园中遇到了 IE9 渲染的问题。字体样式为 Arial。在ie9中的样子是这样的:

在其他浏览器中它看起来像这样:

我已更改 ie9 属性,但没有任何效果。我不认为这是一个 CSS 问题,我正在尽我所能来解决这个问题。任何意见将不胜感激。

【问题讨论】:

    标签: css internet-explorer browser fonts rendering


    【解决方案1】:

    较旧的 IE 无法正确呈现半粗体或许多数字 font-weight

    尝试:

    font-weight: normal;
    
    //or if the font has bold type
    font-weight: bold;
    

    也可以尝试一些不同的字体

    【讨论】:

      【解决方案2】:

      问题在于 CSS 过滤器属性:

      filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod="auto expand");
      

      解决方案:

      filter:none;

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2023-03-23
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-03-17
        • 2014-06-13
        • 2014-12-29
        • 1970-01-01
        相关资源
        最近更新 更多