HTML Lessons - Font Face
Return to HTML Lessons


The format for font face is <font face="font_type"> where font_type equals one of the names below. Your computer probably has a 100+ fonts installed by Windows and other applications.

This is the default - "Times Roman"

This is "arial"

This is "forte"

This is "helvetica"

This is "goudy stout"

This is "lithograph"

This is "sans serif"

This is "script mt bold"


Top of Page