Page 1 of 1

font size

PostPosted: Mon Jun 21, 2004 5:53 pm
by neda_atash
How do I change the font size?

PostPosted: Tue Jun 22, 2004 7:59 am
by srijith
Use the 'font-size' and 'font-weight' (and other) CSS properties.

Example:
Code: Select all
h2 {
  font-size:         10pt;
  font-weight:      normal;
}


Much more info here.