Skip to content

Instantly share code, notes, and snippets.

@julienchazal
Created April 30, 2014 09:17
Show Gist options
  • Select an option

  • Save julienchazal/11422008 to your computer and use it in GitHub Desktop.

Select an option

Save julienchazal/11422008 to your computer and use it in GitHub Desktop.
Bullet Proof @font-face Syntax
@font-face {
font-family: 'cicle_gorditagordita';
src: url('fonts/Cicle_Gordita-webfont.eot');
src: url('fonts/Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Cicle_Gordita-webfont.woff') format('woff'),
url('fonts/Cicle_Gordita-webfont.ttf') format('truetype'),
url('fonts/Cicle_Gordita-webfont.svg#cicle_gorditagordita') 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