font-family property


What it does:
This property changes the font displayed on screen. At least one font must be specified, and if that font isn't available, the next font is tried until the list ends. The browser will then display the default font.

HTML equivalent:
<font face="font, another font, another font">

Values:
(Specify a font name): Specify a font to display. Font names containing spaces should be surrounded with a single quote. To specify more than one font, commas must be used.

Examples:
External Style Sheet: p {font-family: 'Californian FB', Arial, 'Times New Roman'}
In-line: <p style="font-family: Jokerman, 'Californian FB', Arial">

CSS Properties: Contents

::Fonts
font-style
font-weight
font-family
color
::Text
text-align
text-decoration
text-transform
text-shadow
::Backgrounds
background-color
background-image
background-repeat
background-attachment
::Scrollbars ::Dimensions ::Margins and Padding
::Borders
Border
Border-width
Border-style