Topic: Changing font style

Hi Kevin and everyone.

I have installed the latest UK template and all is functioning very well.

How do I modify things to show all text on the site in comic sans (the person I am creating the site for has asked that his be so....).  I guess I need to modify the stylesheet but am not sure where to do this.  I am using the UK Zen Cart Classic v137 Std template.

Any help gratefully received.

Thanks

Rob

Re: Changing font style

Hi Rob,
Providing that all of the site visitors have comic sans installed in thier fonts directory you need to alter the stylesheet.css file

body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    }

changing font-family:  to read Comic Sans MS, Arial

Keep the Arial just in case some visitors don't have your chosen font in which case it will default to your second choice.

HTH

Kev

Re: Changing font style

Hi Kevin

Thanks for that....but whereis the stylesheet.css????

Yes I know - it's probably another DOH! question.

Rob

Re: Changing font style

smile
/includes/templates/YOURTEMPLATEFOLDER/css/stylesheet.css

There is no such thing as a DOH question when you don't know the answer.

HTH
Homer