Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created October 25, 2012 23:09
Show Gist options
  • Save Ricardo-Diaz/3956032 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/3956032 to your computer and use it in GitHub Desktop.
CSS: Fontface- Bulletproof
Bulletproof @fontface
This is the Fontspring @font-face 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');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment