1

I have started a zen cart custom theme using the default theme. Now I hosted the site in my Test Link

In that site I have used the default theme for creating a custom theme. but I changed the theme as per the requirements. Now problem is that the fonts used in the site not working. I used the font creator site to create font and then put it in my template

The path to the fonts directory

~Rootdirectory/includes/templates/dvd_shop/fonts/

and use the font in the css file

~Rootdirectory/includes/templates/dvd_shop/css/stylesheet.css

but now I got the forbidden message in my firebug. So I don't know where to use the fonts in the custom template.

NewUser
  • 12,713
  • 39
  • 142
  • 236
Ranjit
  • 1,684
  • 9
  • 29
  • 61
  • have you got any further with this? I am having the same problem: http://stackoverflow.com/questions/12056008/fontface-403-forbidden-error#comment16100888_12056008 – SwiftD Aug 21 '12 at 14:55

1 Answers1

1

As I said in comments I had a similar issue and have managed to solve it, you need to edit the .htaccess file in the includes folder as well as set correct permissions - see my question and answer here: @fontface - 403-forbidden error in zen cart

Community
  • 1
  • 1
SwiftD
  • 5,769
  • 6
  • 43
  • 67