FontStyle

Describes the font style

Properties

  • family

    The font-family (see https://developer.mozilla.org/en-US/docs/Web/CSS/font-family)

    string | null
  • size

    The font-size (in pixels) (see https://developer.mozilla.org/en-US/docs/Web/CSS/font-size)

    number | null
  • style

    The font style (see https://developer.mozilla.org/en-US/docs/Web/CSS/font-style)

    string | null
  • weight

    The font-weight (see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight)

    number | null