質問

In one of my site I have used "Bree Serif" font. For that I have used font face generator. Now after generating all the fonts and proper font size I can see that I have used font in my site style is little bit different from the referenced site font. Now can someone tell me what's the issue here? Any help and suggestions will be really apprexciable. Thanks...

Here is the font face generated codes

@font-face {
    font-family: 'BreeSerifRegular';
    src: url('breeserif-regular.eot');
    src: url('breeserif-regular.eot') format('embedded-opentype'),
         url('breeserif-regular.woff') format('woff'),
         url('breeserif-regular.ttf') format('truetype'),
         url('breeserif-regular.svg#BreeSerifRegular') format('svg');
}
役に立ちましたか?

解決

Are you sure that the path to breeserif-regular.eot in your css file is correct?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top