The 'font-style' property requests normal (sometimes referred to as "roman" or "upright"), italic, and oblique faces within a font family.
| XML Source | CSS stylesheet | Example link |
|---|---|---|
|
(1)
<AAA> <NNN>normal</NNN> <III>italic</III> <OOO>oblique</OOO> </AAA> | NNN {font-style:normal} III {font-style:italic} OOO {font-style:oblique} | View output |