Zen Cart Logo
Forums / General Questions / changing font in email newsletter

changing font in email newsletter

Locked

Views: 1,038

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
21 Oct 2008, 1:19 AM
#1
magolines avatar

magolines

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

changing font in email newsletter

Hi everyone,

I am getting ready to send out my first newsletter. I have written it in html and pasted into the html part of the Newsletter Manager. When I look at the WYSISYG part it looks perfect- font and all. When I look in the preview though, it changes the font to a default font (I think Arial.) I have sent the letter to Admin, and when it comes to me it is in that default font as well. Anyone have any idea why it would look right in the WYSIWYG and not in real life?

Thanks so much for ANY help!!!!

Miriam

21 Oct 2008, 2:05 AM
#2
pelasgos avatar

pelasgos

New Zenner

Join Date:
Dec 2006
Location:
Athens - Greece
Posts:
71
Plugin Contributions:
0

Re: changing font in email newsletter

Hi!

Try to edit email_template_newsletters.html (located in email folder of your zen-cart installation)

search for something like
body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
and change the font-family

George