css @ font-face根本不起作用

时间:2012-05-23 18:35:23

标签: css font-face

我需要通过@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;
}

1 个答案:

答案 0 :(得分:0)

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

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