Skip to content

Instantly share code, notes, and snippets.

@thrashr888
Created September 9, 2009 21:48
Show Gist options
  • Save thrashr888/184109 to your computer and use it in GitHub Desktop.
Save thrashr888/184109 to your computer and use it in GitHub Desktop.
@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