1

我的网页上有两种自定义字体,一种可以完美加载,另一种很遗憾没有。

我用http://www.fontsquirrel.com/构建了我的字体文件,它通常总是有效的。

@font-face {
    font-family: 'cartoonistkooky';
    src: url('#{$fontsDir}cartoonist_kooky-webfont.eot');
    src: url('#{$fontsDir}cartoonist_kooky-webfont.eot?#iefix') format('embedded-opentype'),
         url('#{$fontsDir}cartoonist_kooky-webfont.woff') format('woff'),
         url('#{$fontsDir}cartoonist_kooky-webfont.ttf') format('truetype'),
         url('#{$fontsDir}cartoonist_kooky-webfont.svg#cartoonistkooky') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hastypudding';
    src: url('#{$fontsDir}hasty_pudding-webfont.eot');
    src: url('#{$fontsDir}hasty_pudding-webfont.eot?#iefix') format('embedded-opentype'),
         url('#{$fontsDir}hasty_pudding-webfont.woff') format('woff'),
         url('#{$fontsDir}hasty_pudding-webfont.ttf') format('truetype'),
         url('#{$fontsDir}hasty_pudding-webfont.svg#hasty_puddingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

Cartooniskooky 没有在 IE8 中显示,也没有错误。

4

0 回答 0