Text

font-style

Renders text italic. The two value options, italic and oblique are functionally the same. If applied to italic text, it turns it back to normal. This property is inherited.

Example

font-style: italic;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

italic Makes text appear in italic.
normal Sets the default value.
oblique Makes text appear in oblique format.

Related properties

Can be used with..

Search the Soup!