How can I change the font?

Created by Tim Black
Keywords:
font

You can change the slogans' font by adding a line like this to your template's main CSS file:

#slogans { font-family: Arial; }

To change the module title's font you'll have to consult your template's documentation to get the reference to the module's containing DIV element right in the CSS.