1

我需要通过@font-face. 我遵循了一些教程,结果它对我不起作用。

CSS:

@font-face{
    font-family:'GESSTwoLightRegular';
    src:url('../fonts/ge_ss_two_light-webfont.eot'); 
    src: url('../fonts/ge_ss_two_light-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/ge_ss_two_light-webfont.woff') format('woff'), 
         url('../fonts/ge_ss_two_light-webfont.ttf') format('truetype'), 
         url('../fonts/ge_ss_two_light-webfont.svg#gess') format('svg'), 
         url(ge_ss_two_light-webfont.otf) format('opentype');
    font-weight:normal;
    font-style:normal;
}
4

1 回答 1

0

试试这个http://fontface.codeandmore.com/

上传要在字体中使用的字体,然后该程序将生成 css 和所有字体类型。

于 2012-05-25T12:45:44.017 回答