我想使用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?
答案 0 :(得分:7)
尝试使用它,看看它是否有效:
<link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,greek,greek-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>