font-style

Previous- font-family  |  Next-font-variant

Description

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


Initial Value : normal

Applies to : all elements

Inherited : yes

Possible Values
normal | italic | oblique | inherit

Example(s)
h1, h2, h3 { font-style: italic }
h1 em { font-style: normal }

Previous- font-family  |  Next-font-variant