My goal is to implement the Google Roboto font in my project, but I'm noticing that it doesn't display properly in IE11 / Edge browsers. Below is a snippet of my code:
<!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>
In the above text, you can see how it appears in IE/Edge compared to Chrome. The letter ű appears distorted in IE browser. How can I ensure correct rendering of Roboto font in IE?