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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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 antwoorde
  • 19 hierdie probleem
  • 611 views
  • Laaste antwoord deur 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.

Gewysig op deur Sinan İŞLER

more options

I fix it adding links only "www."

and its works fine.