Pergunta

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');
}
Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top