字体在IE 8-11中不起作用

时间:2014-06-04 06:06:34

标签: css font-face

代码:

@font-face {
font-family: 'yanone_kaffeesatzregular';
src: url('../fonts/yanonekaffeesatz-regular-webfont.eot');
src: url('../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
     url('../fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
     url('../fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
font-weight: normal;
font-style: normal;

}

我有#eiefix但是,字体没有以它应该的方式显示。它适用于所有其他浏览器。字体应用于标题和右上角的导航。

Project link

字体也正确地放在ftp中:

enter image description here

0 个答案:

没有答案