Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.51 KB

File metadata and controls

75 lines (44 loc) · 1.51 KB

Font classes

Family

  • .font-family-primary

    Set font-family to set $brand-font-primary;

  • .font-family-secondary

    Set font-family to set $brand-font-secondary;

  • .font-family-accent

    Set font-family to set $brand-font-accent;

  • .font-family-monospace

    Set font-family to set $brand-font-monospace;

  • .font-family-inherit

    Inherit font family

More info on the css property

Size

  • .font-size-large

    Set font size to set $body-font-size-large;

  • .font-size-small

    Set font size to set $body-font-size-large;

  • .font-size-normalize

    Set font size to set $body-font-size;

  • .font-size-inherit

    Inherit font size

More info on the css property

Weight

Set to whatever font weight ya need boi

  • .font-weight-100
  • .font-weight-200
  • .font-weight-300
  • .font-weight-400
  • .font-weight-500
  • .font-weight-600
  • .font-weight-700
  • .font-weight-800
  • .font-weight-900
  • .font-weight-inherit

More info on the css property

Style

Set to whatever font weight ya need boi

  • .font-style-italic
  • .font-style-oblique
  • .font-style-normal
  • .font-style-inherit

More info on the css property

Back to TOC