Answer the question
In order to leave comments, you need to log in
IE11 doesn't see fonts no matter what I do - how do I make it recognize them?
So it goes.
@font-face {
font-family: 'Museo Sans';
src: url('../fonts/MuseoSansCyrl_500.eot');
src: local('☺'),
url('../fonts/MuseoSansCyrl_500.eot?#iefix') format('embedded-opentype'),
url('../fonts/MuseoSansCyrl_500.otf');
font-weight: normal;
font-style: normal;
}
Answer the question
In order to leave comments, you need to log in
IE11 perfectly understands the woff format, which is twice as light as eot. Why are you feeding him eot.
In general, it is high time to adopt this service https://www.fontsquirrel.com/tools/webfont-generator
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question