A sans-serif font
Font size using pixels
Font size using em width
Font size using large. Other possible values:smaller or larger,which are relative to its parent element, or xx-small,x-small,small,medium,larger,x-large,xx-large, which are absolute expressions. You can also use a percentage that relates to its parent element.
Italisizing a font using font-style. The choices are italic, normal and oblique. Oblique is a font slanted to the right by the computer, italic is a special version of a font.
Making a font bold using font-weight. Choices are normal, bold, lighter, bolder, and 100-900. Bolder and lighter are relative to parent elements. 100-900 increases weight based on alternative versions of the font that are available.
Setting multiple font values at once. Font-weight, font-style and font-variant are the first 3 in any order. You must follow with font-size, and then font-family.