Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created October 19, 2012 10:34
Show Gist options
  • Save fjaguero/3917442 to your computer and use it in GitHub Desktop.
Save fjaguero/3917442 to your computer and use it in GitHub Desktop.
CSS: @font-face standard css
@font-face {
font-family: 'ModernNo.20Regular';
src: url('../fonts/mod20-webfont.eot');
src: url('../fonts/mod20-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/mod20-webfont.woff') format('woff'),
url('../fonts/mod20-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment