Skip to content

Instantly share code, notes, and snippets.

@yacine
Created May 24, 2016 14:29
Show Gist options
  • Save yacine/0cebd8a4a4d9372ffd80dc16ab01af48 to your computer and use it in GitHub Desktop.
Save yacine/0cebd8a4a4d9372ffd80dc16ab01af48 to your computer and use it in GitHub Desktop.
Less - Font weight short cuts
// font weight
.font-thin { font-weight: 100; }
.font-light { font-weight: 300; }
.font-regular { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment