Skip to content

Instantly share code, notes, and snippets.

@yoanmarchal
Created March 20, 2014 17:34
Show Gist options
  • Save yoanmarchal/9669376 to your computer and use it in GitHub Desktop.
Save yoanmarchal/9669376 to your computer and use it in GitHub Desktop.
Best order for rendering @font-face in chrome
@font-face {
font-family: 'Rockwell';
src: local('Rockwell'),url('../fonts/rockwellstd-condensed.ttf') format('truetype'),
url('../fonts/rockwellstd-condensed.svg#RockwellStdCondensed') format('svg');
src: url('rockwellstd-condensed.eot');
src: url('rockwellstd-condensed.eot') format('embedded-opentype'),
url('../fonts/rockwellstd-condensed.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment