Skip to content

Instantly share code, notes, and snippets.

@tedw
Created November 15, 2012 20:55
Show Gist options
  • Save tedw/4081208 to your computer and use it in GitHub Desktop.
Save tedw/4081208 to your computer and use it in GitHub Desktop.
@font-face Example
@font-face {
font-family: 'Ultramagnetic';
src: url('/assets/ywft-ultramagnetic.eot');
src: url('/assets/ywft-ultramagnetic.eot?#iefix') format('embedded-opentype'),
url('/assets/ywft-ultramagnetic.woff') format('woff'),
url('/assets/ywft-ultramagnetic.ttf') format('truetype'),
url('/assets/ywft-ultramagnetic.svg#ultramagnetic') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment