Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

CSS Examples: font

Examples

This is a styled font

This is another

Styles Used


h2.font {
	font: italic bold 30px Verdana, Helvetica, Arial, sans-serif;
}
h3.font {
	font: bold 6em Times, Garamond;
}