【发布时间】:2011-05-09 14:07:17
【问题描述】:
嗨,我很确定我在 @font-face 配置中做错了,因为它在任何浏览器中都不起作用,这是我的 css 文件:
@font-face {
font-family: BodyFont;
src: url('../ItcKabMed.eot');
src: local('ITC Kabel'),
url('../Kabel_ITC') format('opentype'),
url('../Kabel_ITC') format('svg');
}
body {
font-family: 'BodyFont';
color: #797979;
background: url("") repeat-x scroll 0 0 #d7d7d7;
min-width: 1000px;
}
一些想法,为什么我的字体没有显示出来?!
【问题讨论】: