Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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 antwoorden
  • 19 hebben dit probleem
  • 611 weergaven
  • Laatste antwoord van 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

Alle antwoorden (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.

Bewerkt door Sinan İŞLER op

more options

I fix it adding links only "www."

and its works fine.