Skip to content

Instantly share code, notes, and snippets.

@Manoz
Created March 19, 2012 20:20
Show Gist options
  • Save Manoz/2126605 to your computer and use it in GitHub Desktop.
Save Manoz/2126605 to your computer and use it in GitHub Desktop.
Font Face "hack"
/**
* Font Face "hack"
*/
@font-face {
font-family: "font-name";
src: url("../fonts/font-name.eot");
src: local("☺"),
url("../fonts/font-name.woff") format("woff"),
url("../fonts/font-name.otf") format("opentype"),
url("../fonts/font-name.svg#font-name") format("svg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment