This webpage is updated by Len Hom on April 19, 1999

Len's Style Sheet 3 - Controlling the Font

Font Family

BODY { font-family: Arial, cursive, sans-serif; }
H1,H2 { font-family: Times New Roman, cursive, sans-serif; }


Setting the Font Size

Most browsers have default sizes for the headings. If you overide the default size, you may run the risk of making the text too small to be legible. You can specify font sizes in relative terms, i.e.

H1 { font-size: 300 % }
H2 { font-size: 200 % }
H3 { font-size: 150 % }