Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

@font-face does not proper work in Firefox?

  • 5 பதிலளிப்புகள்
  • 5 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by cor-el

I have this stylesheet emended in my project. web font kit generated from Font Squirrel... its working only these document when put my root folder, if i put on sub folder they not working..

@font-face {

   font-family: 'DINBold';
   src: url('../fonts/din-bold/ff_din_bold-webfont.eot');
   src: url('../fonts/din-bold/ff_din_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din-bold/ff_din_bold-webfont.woff') format('woff'),
        url('../fonts/din-bold/ff_din_bold-webfont.ttf') format('truetype'),
        url('../fonts/din-bold/ff_din_bold-webfont.svg#DINBold') format('svg');
   font-weight: normal;
   font-style: normal;

}


Please suggest me !!!

I have this stylesheet emended in my project. web font kit generated from Font Squirrel... its working only these document when put my root folder, if i put on sub folder they not working.. ''@font-face { font-family: 'DINBold'; src: url('../fonts/din-bold/ff_din_bold-webfont.eot'); src: url('../fonts/din-bold/ff_din_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-bold/ff_din_bold-webfont.woff') format('woff'), url('../fonts/din-bold/ff_din_bold-webfont.ttf') format('truetype'), url('../fonts/din-bold/ff_din_bold-webfont.svg#DINBold') format('svg'); font-weight: normal; font-style: normal; }'' Please suggest me !!!

All Replies (5)

Does Firefox's error console (Ctrl+Shift+j) list any complaints related to those fonts? To minimize the noise, try using the Clear button on the console, then reload the page bypassing the cache (Ctrl+Shift+r).

@jscher2000 and @cor-el,

Thanks for quick response,

But i have same issue yet.. :(

I've attached one snapshot so please @jscher2000 have a look this.

Thanks!

So the ../fonts navigation causes an error but /fonts (assuming you duplicate the folder there) does not?

Are the CSS file(s) and the HTML file on the same server?