Skip to content

Instantly share code, notes, and snippets.

@esteinborn
Created March 19, 2014 02:32
Show Gist options
  • Save esteinborn/9634484 to your computer and use it in GitHub Desktop.
Save esteinborn/9634484 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.svg#svgFontName') format('svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment