Skip to content

Instantly share code, notes, and snippets.

@SvyatoslavPozhydaev
Last active June 15, 2018 07:25
Show Gist options
  • Save SvyatoslavPozhydaev/71c7d621f62b3cb850344c9fb1c900d1 to your computer and use it in GitHub Desktop.
Save SvyatoslavPozhydaev/71c7d621f62b3cb850344c9fb1c900d1 to your computer and use it in GitHub Desktop.
sass variables for font-weight
$font-weight-thin: 100 // Thin (Hairline)
$font-weight-extra-light: 200 // Extra Light (Ultra Light)
$font-weight-light: 300 // Light
$font-weight-normal: 400 // Regular (normal, book)
$font-weight-medium: 500 // Medium
$font-weight-semi-bold: 600 // Semi Bold (Demi Bold)
$font-weight-bold: 700 // Bold
$font-weight-extra-bold: 800 // Extra Bold (Ultra Bold)
$font-weight-black: 900 // Black (Heavy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment