C
C
CLIFT2018-06-02 19:45:59
css
CLIFT, 2018-06-02 19:45:59

Why doesn't IE 11 accept font-family: 'Proxima Nova ExtraCond ExtraBold'?

Connected two fonts via @font-face

@font-face {
    font-family: 'Proxima Nova Extra Condensed Extra Bold';
    src: url('../fonts/ProximaNovaExCn-Extrabld.eot');
    src: local('☺'),
         url('../fonts/ProximaNovaExCn-Extrabld.eot?#iefix') format('eot'),
         url('../fonts/ProximaNovaExCn-Extrabld.woff') format('woff'),
         url('../fonts/ProximaNovaExCn-Extrabld.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Solomon Sans Black';
    src: url('../fonts/Solomon Sans.ttf');
    src: local('☺'),
         url('../fonts/Solomon Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

The first one is somehow not accepted by IE 11, there are no problems with the second one, I tried to change the sequence of connecting formats, added and removed (?#iefix), I connected format ('eot') to ('embedded-opentype') using myfonts script.
I thought it was a broken eot file, I converted woff to eot.
Google sent a forest, tell me where I'm stupid and what's wrong)
https://clift26.github.io/ads-killer/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergiu Mitu, 2018-06-02
@EaGames

Of course, I apologize, I answer the question with a question, but why do you actually need eot? woff has been perfectly supported since ie 9. I forgot when I included anything other than woff and woff2 from fonts.
Delete it to hell and leave woff, maybe this is how you solve your problem,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question