Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created January 18, 2013 23:50
Show Gist options
  • Save jupegarnica/4569673 to your computer and use it in GitHub Desktop.
Save jupegarnica/4569673 to your computer and use it in GitHub Desktop.
@font-face. embed custom typeface
@font-face {
font-family: 'Museo500';
src: url('../fonts/museo500-regular-webfont.eot');
src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/museo500-regular-webfont.woff') format('woff'),
url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
url('../fonts/museo500-regular-webfont.svg#Museo500') 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