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