【发布时间】:2012-02-04 19:03:53
【问题描述】:
我一直在处理我的博客模板,我正在使用@font-face,但字体似乎无法在 Firefox 中加载。但它在 Chrome、IE、Safari 上是这样的
这是我使用的@font-face
@font-face {
font-family: 'BebasNeueRegular';
src: url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.eot');
src: url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.woff') format('woff'),
url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.ttf') format('truetype'),
url('https://sites.google.com/site/directorybesttheme/font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
知道为什么以及如何解决吗?
【问题讨论】: