Created
March 20, 2014 17:34
-
-
Save yoanmarchal/9669376 to your computer and use it in GitHub Desktop.
Best order for rendering @font-face in chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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