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/
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
Összes válasz (3)
Try to use a relative path to the fonts (/fonts/00455/00455-webfont.ttf) otherwise you may need to send special access control headers.
- https://developer.mozilla.org/en/CSS/@font-face
- https://developer.mozilla.org/En/HTTP_Access_Control
@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'); }
Yeah this solution become a another problem for this system :(
But I will try
thanks
I will update here later.
Módosította: Sinan İŞLER,
I fix it adding links only "www."
and its works fine.