Skip to content

Instantly share code, notes, and snippets.

@jackmcmorrow
Created October 30, 2013 15:23
Show Gist options
  • Save jackmcmorrow/7234492 to your computer and use it in GitHub Desktop.
Save jackmcmorrow/7234492 to your computer and use it in GitHub Desktop.
Font-face starter
@font-face {
font-family: "DeckRegIt";
font-style: normal;
font-weight: 300;
src: local("DeckRegIt"), url('fonts/DeckRegIt.otf') format("opentype");
src: local("DeckRegIt"), url('fonts/DeckRegIt.ttf');
}
@font-face {
font-family: "DeckBlackIt";
font-style: bold;
font-weight: 600;
src: local("DeckBlackIt"), url('fonts/DeckBlackIt.otf') format("opentype");
src: local("DeckRegIt"), url('fonts/DeckRegIt.ttf');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment