Skip to content

Instantly share code, notes, and snippets.

@bmbrands
Created April 18, 2016 13:57
Show Gist options
  • Save bmbrands/4d9da6bf60617a2dee5cfb30b65547aa to your computer and use it in GitHub Desktop.
Save bmbrands/4d9da6bf60617a2dee5cfb30b65547aa to your computer and use it in GitHub Desktop.
.font-face(@family, @name, @weight: 300) {
@font-face{
font-family: @family;
src:url('[[font:theme|@{name}.eot]]');
src:url('[[font:theme|@{name}.eot]]?#iefix') format('embedded-opentype'),
url('[[font:theme|@{name}.woff]]') format('woff'),
url('[[font:theme|@{name}.ttf]]') format('truetype'),
url('[[font:theme|@{name}.svg]]') format('svg');
font-weight: @weight;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment