0

I have a problem that was answered in this thread here: CSS @font-face not working with Firefox, but working with Chrome and IE

but my client is hosted on yahoo hosting, which doesn't allow .htaccess files. Is there any alternative other than switching hosts? (which my client will not want to do)

Here is a link to the site: http://iwilldestroyyou.com/main/

Community
  • 1
  • 1

1 Answers1

0

What works best for me is placing the font file's in the same directory as the .css file, no hassle with anny .htaccess or other server config file's.

So i have one external fonts.css file containing all the css font line's within the font directory. Then i can include this .css file on the page i would like to use this font. Make sure you don't make additional directory's so you can call the font without anny directory.

more info: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face

rofavadeka
  • 577
  • 6
  • 19