Skip to content

Instantly share code, notes, and snippets.

@betawax
Last active December 29, 2015 15:09
Show Gist options
  • Save betawax/7688700 to your computer and use it in GitHub Desktop.
Save betawax/7688700 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Foobar';
font-style: normal;
font-weight: normal;
src: url(../fonts/Foobar-Regular.eot) format('opentype'),
url(../fonts/Foobar-Regular.woff) format('woff'),
url(../fonts/Foobar-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Foobar';
font-style: normal;
font-weight: bold;
src: url(../fonts/Foobar-Bold.eot) format('opentype'),
url(../fonts/Foobar-Bold.woff) format('woff'),
url(../fonts/Foobar-Bold.ttf) format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment