Skip to content

Instantly share code, notes, and snippets.

@vocino
Created November 14, 2013 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vocino/7476427 to your computer and use it in GitHub Desktop.
Save vocino/7476427 to your computer and use it in GitHub Desktop.
Define your font weights in Sass variables.
$weight-light : 300;
$weight-book : 400;
$weight-medium : 500;
$weight-semibold : 600;
$weight-bold : 700:
$weight-black : 900;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment