在 IE 11 / Edge 中使用 Roboto 字体

Use Roboto font in IE 11 / Edge

我想使用google Roboto 字体,但在IE11 / Edge 中看起来很丑。这是我的示例代码:

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
    <title></title>
</head>
<body>
<div style="font-family: 'Roboto'">
    közötti műveleteire.
</div>

上面的文字是IE/Edge,下面是Chrome的版本。 (字母ű很丑)如何在IE中正确使用Roboto?

尝试改用它,看看它是否有效:

<link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,greek,greek-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>