Skip to content

Instantly share code, notes, and snippets.

View benargo's full-sized avatar

Ben Argo benargo

View GitHub Profile
@benargo
benargo / gist:1087607
Created July 17, 2011 13:47 — forked from jackfranklin/gist:1020435
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;