Shugar348
@Shugar348

Как сделать так, чтобы работал шрифт в IE (ALL)?

Здравствуйте.
Везде работают внешние шрифты, подключенные посредством @font-face, но только не в IE.
Никак не могу разобраться, в чем проблема.
Может вы подскажите?
Есть сие:
@font-face {
    font-family: 'din_regular';
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/pfdintextcondpro-regular-webfont.svg#pf_din_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

Пробовал такой вариант
@font-face {
    font-family: 'din_regular';
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src local('☺'),
         url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/pfdintextcondpro-regular-webfont.svg#pf_din_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


Не работает. Так же, пробовал разделять на разные части.
  • Вопрос задан
  • 2469 просмотров
Пригласить эксперта
Ответы на вопрос 1
soorax
@soorax
Веб дизайнер
да сделай через google fonts и все
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы