CSS Font Properties let us change what a font looks like.
- font-family: allows us to choose which font face to use by its name.
- font-size: allows us to choose how big each font is.
- font-style: Normal,Italics,Oblique
- font-weight: allows us to set the boldness of the font.
- font-variant: allows us to specify whether to put small caps on the font.
- The font shorthand property allows us to set as many of these font properties as we want in just one declaration.