Skip to content

Instantly share code, notes, and snippets.

@jackfranklin
Created June 11, 2011 10:17
Show Gist options
  • Save jackfranklin/1020435 to your computer and use it in GitHub Desktop.
Save jackfranklin/1020435 to your computer and use it in GitHub Desktop.
League Gothic Font Face Declarations
@font-face {
font-family: 'LeagueGothicRegular';
src: url('lib/font/leaguegothic/League_Gothic-webfont.eot');
src: url('lib/font/leaguegothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
url('lib/font/leaguegothic/League_Gothic-webfont.woff') format('woff'),
url('lib/font/leaguegothic/League_Gothic-webfont.ttf') format('truetype'),
url('lib/font/leaguegothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment