R
R
rinaz222020-04-05 21:13:22
css
rinaz22, 2020-04-05 21:13:22

Why is the font not working in IE?

Hello! Added the Open Sans font. I downloaded the fonts from google font (more precisely, I took the css link that google gives and downloaded the fonts). It works great in other browsers, but not in IE.
I connect like this:

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/fonts/open-sans-c-r.woff2') 
  format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/*Здесь такой же код, но с другими font-weight и шрифтами*/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2020-04-05
@rinaz22

https://caniuse.com/#feat=woff2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question