我已經在css中使用@ font-face實現了一種字體,並且在Safari中加載時看起來更加粗壯。有人知道可能導致這種情況嗎?@fontface FireFox(10)渲染文字非常粗體
@font-face {
font-family: 'SerifaBold';
src: url('/css/serifbol-webfont.eot');
src: url('/css/serifbol-webfont.eot?#iefix') format('embedded-opentype'),
url('/css/serifbol-webfont.woff') format('woff'),
url('/css/serifbol-webfont.ttf') format('truetype'),
url('/css/serifbol-webfont.svg#SerifaBold') format('svg');
font-weight: 100;
font-style: normal;
}