Im using Zen Cart 1.3.8 with a heavily modified 'Darkness' template.
My website views fine in IE8 however (windows) Firefox dislikes my font setup in the CSS and defaults to it's inbuilt configured font.
If you view the source code you can see this entry before the main text:
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-GB" style="FONT-FAMILY: "><span lang="EN-GB" style="FONT-FAMILY: "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt">
<span lang="EN-GB" style="FONT-FAMILY: "Century Gothic"">
In my CSS I have:
BODY {
/* font-family: verdana, arial, helvetica, sans-serif, avant garde; */
font-family: Century Gothic, verdana, arial, helvetica, sans-serif; avant garde;
code section
CODE {
font-family: arial, verdana, helvetica, sans-serif, avant garde;
/* font-family: avant garde; */
As im sure you can tell by now I do not really understand the CSS font code do's and dont's. Anyone know what I should have done in my CSS for firefox to like my Century Gothic Font?
Website: http://www.blackcarat.co.uk
Any help much appreciated![]()



