Search notes:

CSS: font-size property

The value of the font-size property specifies the desired height of glyphs.
Possible values include:
font-size: xx-small
font-size: x-small
font-size: small
font-size: medium
font-size: large
font-size: x-large
font-size: xx-large

font-size: smaller
font-size: larger

font-size: 125%

font-size: 14pt

font-size: 1.3em

See also

CSS properties, especially font.
The font-size-adjust property.
CSS properties

Index