A
A
Alexander Zhuravlev2016-10-11 08:45:51
Internet Explorer
Alexander Zhuravlev, 2016-10-11 08:45:51

Why doesn't the font weight change with google fonts in internet explorer?

I added the Roboto font through Google Fonts, but for some reason Internet Explorer does not want to change the thickness. Version ie 9. The font needs a thickness of 100 and 300, and it is displayed as Regular, although I did not even connect such a thickness. Added Cyrillic. Tried latin text, problem remains. Why did this problem occur and how to fix it?

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Untitled</title>
        <link href="https://fonts.googleapis.com/css?family=Roboto:100,300&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
        <style>
        	.qwe{
        		font-family: 'Roboto', sans-serif;
        		font-size: 14pt;
        		font-weight: 100;
        	}
        </style>
    </head>
    <body>
        <p class="qwe">Тестовые буковки делают вид, что они очень важные</p>
    </body>
</html>

Chrome: 8b0b05eb2a214edfbd64537cd3714433.png
IE:7df321a3f0e143cf8a1fbb0016996bef.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question