Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save seven-phases-max/11287940 to your computer and use it in GitHub Desktop.

Select an option

Save seven-phases-max/11287940 to your computer and use it in GitHub Desktop.
@textFont: "keergoodoo";
body {
.font(@textFont, bold, 1.1em, 1.4em, 300);
}
.font(
@name: apercu,
@nameWeight: light,
@size: 1.0em,
@lineHeight: 1.4em,
@weight: normal,
@style: normal,
@variant: normal) {
@family: "@{name}_@{nameWeight}";
font: @style @variant @weight @size~"/"@lineHeight @family;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment