>> English << | česky | PortuguêsZVON > Tutorials > CSS2 tutorial
>> Example 30 << | Prev | Next | Index | Contents

The 'font-style' property requests normal (sometimes referred to as "roman" or "upright"), italic, and oblique faces within a font family.

XML SourceCSS stylesheetExample 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