This webpage is updated by Len Hom on May 1, 1999

Len's Stylesheet 3 - Controlling the Font Using Linked CSS and Inline Style Markup

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 % }

Heading set at 30 pixels

Heading set at 30 points

Heading set at medium font size

Heading set at extra small font size

If you have any comments or questions, please send email to:

Len Hom


Back [Back Button] Next [Next Button] Return to Beginning of Page


I take full responsibility for the information posted. The information on this page represents that of myself and not that of California State University, Sacramento or the School of Engineering and Computer Science