1

我有这个 CSS:

@font-face
{
    font-family: 'Bebas';
    src: url('Fonts/BebasNeue.eot');
    src: url('Fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
         /*url('bebasneue-webfont.woff') format('woff'),*/
         url('Fonts/BebasNeue.ttf') format('truetype'),
         url('Fonts/BebasNeue.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

我将它应用到整个页面的几个 div 中。它在除 IE 之外的所有浏览器中都能正常工作。我有一个 .eot 文件并且目录是正确的。出于某种原因,它只是行不通。

4

1 回答 1

0

您是否尝试过通过Font Squirrel运行字体并在 IE 中尝试示例?

于 2012-04-14T18:00:49.670 回答