change font

Hi, I would like to change the font of articles from "Courier New" to Sans-serif.

I found the template.css file, is this where I change it? I paste it just below.

body {
color: #333
font-family: "Courier New", Helvetica, Arial, sans-serif;
}

3 answers

Profile photo of tomc 0.00 $tone December 28, 2013
Public

Yes, that is the CSS rule you would modify.

File path --> /templates/ja_mixmaz/css/template.css . . . . line 17

A great way to figure out which CSS files control which elements is to utilize FIREBUG -- which is what I did to help you confirm that the above CSS rule was the one you need to work with.

#1

Please login or Register to Submit Answer

Written By

Comments