font-weight

The weight of a font. If the current [font-style] does not support different font weights, the font-style will be reset to the default setting.

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

Symbol

Available values

Value Description
normal The normal font weight. Used as default.
bold The bold font weight.

Default value

normal

Inherited

Yes.

Example

inline-strong {
  font-weight:  bold
}