Skip to content

Instantly share code, notes, and snippets.

@Soldo
Created April 1, 2012 16:41
Show Gist options
  • Save Soldo/2276917 to your computer and use it in GitHub Desktop.
Save Soldo/2276917 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "leaguegothicregular";
src: url(fonts/leaguegothicregular.ttf) format("truetype");
}
.
.
.
h2 {
font-family: 'LeagueGothicRegular', 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 24px;
margin: 22px 0 10px;
text-transform: uppercase;
font-weight: normal;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment