Skip to content

Instantly share code, notes, and snippets.

@begillespie
Created November 29, 2012 23:06
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 begillespie/4172535 to your computer and use it in GitHub Desktop.
Save begillespie/4172535 to your computer and use it in GitHub Desktop.
Very basic use of @font-face
@font-face{
font-family: 'Our-Awesome-Font';
src: url('path/to/our-awesome-font.ttf');
}
#message{
font-family: Our-Awesome-Font;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment