The general syntax for font shorthand is: font: [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family]; Note that not all properties are required. At a minimum, you must include the font-size and font-family. Here's an example: font: italic small-caps bold 16px/1.5 Arial, sans-serif;