Skip to content

Instantly share code, notes, and snippets.

@nathan-isaac
Created September 25, 2013 18:27
Show Gist options
  • Save nathan-isaac/6703884 to your computer and use it in GitHub Desktop.
Save nathan-isaac/6703884 to your computer and use it in GitHub Desktop.
Font Face
$filePath: '../fonts/jenna/';
@font-face {
font-family: 'jenna_sueregular';
src: url($filePath + 'jennasue-webfont.eot');
src: url($filePath + 'jennasue-webfont.eot?#iefix') format('embedded-opentype'),
url($filePath + 'jennasue-webfont.woff') format('woff'),
url($filePath + 'jennasue-webfont.ttf') format('truetype'),
url($filePath + 'jennasue-webfont.svg#jenna_sueregular') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment