PDA

View Full Version : Change forum fonts?


FRANKTHETANK 2
01-01-2009, 09:36 PM
how do i change fonts for forum lists or category . or add them? is it possible?

TimberFloorAu
01-02-2009, 01:32 AM
styles and templates > template manager > forum style > Main CSS

FRANKTHETANK 2
01-02-2009, 02:32 AM
yes but where do i add a new font. like non vbulletin ones?

TimberFloorAu
01-02-2009, 03:56 AM
in the main.css

the font-families are generic to most computers.
Try and stick to serif fonts, and dont go for anything that people wont already have loaded on their pc.

For more info : check out w3schools under font-family or css fonts

FRANKTHETANK 2
01-04-2009, 04:21 AM
ok thanks

Windsun
01-04-2009, 05:19 PM
You can just add them into the "font family" box.

The default comes with something like this:
verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif

As an example to make the newer Vista font the first choice default, you would just add as the first selector, like this:

segoe ui,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif

(segoe ui is the cleartype sans serif font nearest to verdana).

TimberFloorAu
01-04-2009, 08:07 PM
Segoe Ui is a great font

Our font family we use is

segoe ui, arial, "lucida console", sans-serif, "helvetica neue"