文本在Windows 7上的IE 11中消失

时间:2015-08-14 08:37:08

标签: css internet-explorer fonts bourbon

我正在使用Bourbon,它会生成以下代码。

问题是Windows 7上的Internet Explorer 11中没有显示任何文本。它适用于我尝试过的所有其他浏览器(例如Windows 8.1上的Internet Explorer 11)。

问题出在font-feature-settings: "kern","liga","pnum";行,由Bourbon / Neat自动生成。

我应该删除它,还是有更好的解决方案?我真的不知道发生了什么,我只能发现问题线。

<!doctype html>
<html>
<head>  
    <meta charset="utf-8">
    <link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
    <style>
        body {
            font-family: 'Orbitron', sans-serif;
            font-feature-settings: "kern","liga","pnum";
        }
    </style>
</head>
<body>
    Test
</body>
</html>

1 个答案:

答案 0 :(得分:0)

请参阅我的回答:MSIE 10, web font and font-feature-settings causes invisible text

使用font-feature-settings css属性时,Windows 7中的错误导致文本在IE10和IE11中消失。 https://connect.microsoft.com/IE/feedbackdetail/view/831964