CSS property: font-style
Property values
Parameter |
Description |
|---|---|
italic |
This value specifies that the element uses a font that is labelled “italic”. If one is unavailable, the element uses a font labelled “oblique”. |
normal |
This value specifies that no font style is applied. |
oblique |
This value specifies that the element uses a font that is labelled “oblique”. |
inherit |
This value specifies that the element inherits the font-style property value from the containing element. |
Parent topic: CSS Properties