Created
May 28, 2014 13:02
-
-
Save markfknight/85aee2495ec40a2bf259 to your computer and use it in GitHub Desktop.
Bullet Proof @font-face syntax via Paul Irish (http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/)
This file contains 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: 'Graublau Web'; | |
src: url('GraublauWeb.eot?') format('eot'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment