سؤال

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