Skip to content

Instantly share code, notes, and snippets.

@tcomaj
Created May 24, 2012 14:09
Show Gist options
  • Save tcomaj/2781769 to your computer and use it in GitHub Desktop.
Save tcomaj/2781769 to your computer and use it in GitHub Desktop.
CSS: Font-face import
@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