SIMPLE & USEFUL
A guide to web design

CSS font properties

Property Examples
font-family {font-family:Georgia;}
{font-family:Verdana, sans-serif;}
font-size {font-size:110%;}
{font-size:0.85em;}
font-size-adjust {font-size-adjust:0.54;}
{font-size-adjust:0.46;}
font-stretch {font-stretch:narrower;}
{font-stretch:ultra-expanded;}
font-style {font-style:italic;}
{font-style:oblique;}
font-variant {font-variant:normal;}
{font-variant:small-caps;}
font-weight {font-weight:bolder;}
{font-weight:700;}
font {font:italic small-caps bold 1em 1.2em Georgia}
{font:bold 0.8em Verdana}