Created
September 9, 2009 21:48
-
-
Save thrashr888/184109 to your computer and use it in GitHub Desktop.
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 { | |
// define the font name to use later as font-family | |
font-family: "uni05_53"; | |
// define the font for IE which totally ignores local() directive | |
src: url(../font/uni05/uni05_53.eot); | |
// use local to let IE jump this line and | |
// redefine the src for this font in order to let | |
// other clever browser download *only* this font rather than 2 | |
src: local("uni05_53"), url(../font/uni05/uni05_53.ttf) format("truetype"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment