Google
CSS Font-Size Property

Description:
Sets the size of the font within an element.
Syntax:
font-size: [value];
Possible Values:
  • xx-small
  • x-small
  • small
  • medium
  • large
  • x-large
  • xx-large
  • larger
  • smaller
  • [length]
  • [percentage]
  • inherit
Initial Value:
Medium
Applies To:
All elements
Inherited:
Yes (the computed value)
Media:
Visual
Example:
h6 {font-size: xx-small;}

p {font-size: .9em;}