Home → References → CSS Properties →
CSS Property: font
Specifies font characteristics of a box and can combine font-style, font-variant, font-weight, font-size, line-height and font-family. The font size can be followed by the line height by separating them with a "/".
HTML Dog is hosted by Titan Internet
Possible Values
- [combination of
font-style,font-variant,font-weight,font-size,line-heightandfont-family]
Example
font: italic bold 1.5em/2 arial, Helvetica, sans-serif;

