Fonts
Learn how to work with fonts in CSS.
CSS font properties
The font
property is known as a shorthand property and can combine several subproperties into a single line of code.
For example:
font: normal italic small-caps bold 16px/120% "Helvetica", sans-serif;
...