Skip to content

Instantly share code, notes, and snippets.

@sambody
Created June 11, 2013 23:38
Show Gist options
  • Save sambody/5761778 to your computer and use it in GitHub Desktop.
Save sambody/5761778 to your computer and use it in GitHub Desktop.
CSS: Font face, web font
@font-face {
font-family: 'WebFont';
src: url('myfont.woff') format('woff'),
url('myfont.ttf') format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment