Skip to content

Instantly share code, notes, and snippets.

@caritos
Created March 6, 2010 06:50
Show Gist options
  • Save caritos/323546 to your computer and use it in GitHub Desktop.
Save caritos/323546 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "NewFont";
src: url(NewFont.otf) format("opentype");
font-weight: normal;
font-style: normal;
}
body {
font-family: NewFont, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment