我正在使用Franklin Gothic Book Regular
在我的网站上嵌入font-face
。该字体显示在windows firefox,chrome和safari中,但在mac safari 7中不可见(我正在通过saucelabs进行测试)。这是我的字体代码:
@font-face {
font-family: 'franklin_gothic_bookregular';
src: url('../fonts/franklin_gothic_book-webfont.eot');
src: local('franklin gothic book regular'), url('../fonts/franklin_gothic_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/franklin_gothic_book-webfont.woff') format('woff'), url('../fonts/franklin_gothic_book-webfont.ttf') format('truetype'), url('../fonts/franklin_gothic_book-webfont.svg#franklin_gothic_bookregular') format('svg');
font-weight: normal;
font-style: normal;
}
我做错了什么?如果你想看一下这个网站:http://goo.gl/mBnb30。提前谢谢。