Skip to content

Instantly share code, notes, and snippets.

@jwlawrence
Created February 4, 2011 17:09
Show Gist options
  • Select an option

  • Save jwlawrence/811383 to your computer and use it in GitHub Desktop.

Select an option

Save jwlawrence/811383 to your computer and use it in GitHub Desktop.
@font-face embed syntax
@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot#') format('eot'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.svg#svgFontName') format('svg');
}
@jwlawrence

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment