Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Can anyone tell me why font-face not working. chrome, ie8, ie7 working but Firefox not working. this is the demo http://www.sinanisler.com/blog/00455-snn/

  • 3 uphendule
  • 19 zinale nkinga
  • 611 views
  • Igcine ukuphendulwa ngu Sinan İŞLER

more options

Can anyone tell me why font-face not working. chrome, ie8, ie7 working but Firefox not working. this is the demo

http://www.sinanisler.com/blog/00455-snn/ please fix this for new version

Can anyone tell me why font-face not working. '''chrome, ie8, ie7 working but Firefox not working'''. this is the demo http://www.sinanisler.com/blog/00455-snn/ please fix this for new version

All Replies (3)

more options

Try to use a relative path to the fonts (/fonts/00455/00455-webfont.ttf) otherwise you may need to send special access control headers.


@font-face {
 font-family: 'SNN1848' !important;
  src: url('/fonts/00455/00455-webfont.eot');
  src: url('/fonts/00455/00455-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/00455/00455-webfont.woff') format('woff'),
       url('/fonts/00455/00455-webfont.ttf') format('truetype'),
       url('/fonts/00455/00455-webfont.svg#SNN1848') format('svg');
}
more options

Yeah this solution become a another problem for this system :(

But I will try

thanks

I will update here later.

Okulungisiwe ngu Sinan İŞLER

more options

I fix it adding links only "www."

and its works fine.