Question

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');
}
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top