【发布时间】:2011-04-20 02:22:31
【问题描述】:
所以 firefox 不想加载我的字体,路径是正确的,我也是 Firebug 中的请求,但它不会呈现它。在其他浏览器上运行完美,这是我的代码:
@font-face {
font-family: 'Gill Sans';
src: url('/fonts/gillsansstd-webfont.eot');
src: local('☺'), url('/fonts/gillsansstd-webfont.woff') format('woff'), url('/fonts/gillsansstd-webfont.ttf') format('truetype'), url('/fonts/gillsansstd-webfont.svg#webfontCBlAmwSC') format('svg');
font-weight: normal;
font-style: normal;
}
我正在使用 wordpress,网站地址设置为 www.site.com si 我在 www 上读过。网站 firefox 不会呈现字体或类似的东西。你知道解决方案吗?
【问题讨论】:
标签: html firefox css font-face