Skip to content

Instantly share code, notes, and snippets.

@nhensh
Last active February 8, 2017 10:50
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 nhensh/b22a5d732591040143720a1df87c4346 to your computer and use it in GitHub Desktop.
Save nhensh/b22a5d732591040143720a1df87c4346 to your computer and use it in GitHub Desktop.
.font(@family, @size, @weight, @lineHeight, @letterSpacing){
font-family: @family;
font-size:@size;
font-weight:@weight;
line-height:@lineHeight; /* inherit */
letter-spacing:@letterSpacing; /* inherit */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment