本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

font-style

Specifies a style for a font (e.g. italic).

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+4.0+1.0+

Usage

["normal" | "italic" | "oblique"]

Values

inheritInherit the value from the parent element.
normalNormal font.
italicItalic font.
obliqueOblique font.

Availability

W3C CSS2

Related