Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

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

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/

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.

Edeziri site na Sinan İŞLER

more options

I fix it adding links only "www."

and its works fine.