Здравствуйте.
Везде работают внешние шрифты, подключенные посредством @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;
}
Не работает. Так же, пробовал разделять на разные части.