/* "Regular" */
@font-face {
    font-family: 'League Gothic';
    src: url('/assets/fonts/league-gothic/leaguegothic-regular-webfont.eot');
    src: url('/assets/fonts/league-gothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/league-gothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('/assets/fonts/league-gothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/league-gothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* "Italic" */
@font-face {
    font-family: 'League Gothic';
    src: url('/assets/fonts/league-gothic/leaguegothic-italic-webfont.eot');
    src: url('/assets/fonts/league-gothic/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/league-gothic/leaguegothic-italic-webfont.woff') format('woff'),
         url('/assets/fonts/league-gothic/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('/assets/fonts/league-gothic/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: bold;
    font-style: italic;
}