Skip to content

Instantly share code, notes, and snippets.

@nick-jonas
Created July 21, 2014 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nick-jonas/c89eb22639bdc45d61e6 to your computer and use it in GitHub Desktop.
Save nick-jonas/c89eb22639bdc45d61e6 to your computer and use it in GitHub Desktop.
Helvetica Font
@font-face {
font-family: 'HelveticaNeue';
src: url('../content/fonts/HelveticaNeue-Bold.woff') format('woff'),
url('../content/fonts/HelveticaNeue-Bold.ttf') format('truetype');
font-weight: 800;
}
@font-face {
font-family: 'HelveticaNeue';
src: url('../content/fonts/HelveticaNeue.woff') format('woff'),
url('../content/fonts/HelveticaNeue.ttf') format('truetype');
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment