我正在使用字体,它在 Safari 和 Chrome 中渲染得很好,但在 Firefox 中却没有。
@font-face {
font-family: 'franchiseregular';
src: url('franchise-bold-webfont.eot');
src: url('franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('franchise-bold-webfont.woff') format('woff'),
url('franchise-bold-webfont.ttf') format('truetype'),
url('franchise-bold-webfont.svg#franchiseregular') format('svg');
font-style: normal;
}
h1 {
font-family: 'franchiseregular', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}