Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created August 18, 2013 19:39
Show Gist options
  • Save babsgosgens/6263567 to your computer and use it in GitHub Desktop.
Save babsgosgens/6263567 to your computer and use it in GitHub Desktop.
.example1 {
@include font-weight($lato-bold);
}
.example2 {
font-family: extract-type-weight($lato-book)
}
.example3 {
@include font($lato-regular-italic, inherit, px-to-relative-line-height(24px);
}
.example1 {
font-weight: 700;
}
.example2 {
font-weight: 300;
}
.example3 {
font: italic normal 400 inherit/1.5em "Lato",sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment