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!

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

@font-face does not proper work in Firefox?

  • 5 wotmołwy
  • 5 ma tutón problem
  • 13 napohladow
  • Poslednja wotmołwa wot cor-el

more options

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 !!!

Wšě wotmołwy (5)

more options

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).

more options
more options

@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!

more options

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

more options

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