Google
CSS Font-Family Property

Description:
Specifies the name of the font family used to display the element's text.
Syntax:
font-family: [family-name],[generic-name]
Possible Values:
  • [family-name]
  • [generic-name]
  • inherit
Initial Value:
Depends on user agent
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
p.extra {font-family: Courier, "Courier New", serif;}