Skip to content

Instantly share code, notes, and snippets.

@matthewcrist
Created March 29, 2012 13:15
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 matthewcrist/2237382 to your computer and use it in GitHub Desktop.
Save matthewcrist/2237382 to your computer and use it in GitHub Desktop.
Font Face
@font-face {
font-family: 'adelle';
src: url('adelle.eot');
src: url('adelle.eot?#iefix') format('embedded-opentype'), url('adelle.woff') format('woff'), url('adelle.ttf') format('truetype'), url('adelle.svg#Adelle') format('svg');
font-weight: 300;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment