css @font在Chrome中无法正常工作

时间:2013-03-28 10:13:35

标签: css google-chrome font-face

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

}

当我写这段代码时,文字在google chrome中消失了,任何人都可以帮助我

1 个答案:

答案 0 :(得分:0)

我已经遇到了同样的问题。我被建议使用像FontSquirrel webkit字体生成器这样的工具生成我的Web字体。上传您的字体文件并下载所有浏览器兼容包。除了您的网页外,还要在您的HTML网页中加入css。它似乎工作,因为我喜欢这个。我希望你也一样。