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