Skip to content

Instantly share code, notes, and snippets.

@quoidautre
Created March 26, 2012 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save quoidautre/2203635 to your computer and use it in GitHub Desktop.
Save quoidautre/2203635 to your computer and use it in GitHub Desktop.
LESSCSS: font-face
@font-face {
font-family: 'OpenSans-Bold';
src: url('../fonts/OpenSans-Bold.ttf');
font-weight: normal;
font-style: normal;
}
.fonts (@the-font:"OpenSans-CondLight",@size:14px) {
font-weight: normal;
font-style: normal;
line-height:normal;
font-family: @the-font, sans-serif;
font-size:@size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment