font-style

The typographic style of a font. You will get a list of all font styles of a font family installed on your system from the FontBook application. If a font style does not support bold or italic styles, the font-weight and font-slant settings may reset the font style to a regular style.

Availability

Available in: Inline, Headers and Footers, Footnotes Area, Media, Footnotes, Paragraph, Figures, Figure Captions, Divider, Block, List, Table, Table Cell, Syntax Highlight, Technical

Type

String

Default value

"Regular"

Inherited

Yes.

Example

heading-1 {
  font-family:  "Futura"
  font-style:   "UltraLight"
}