/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('LeagueGothic-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('LeagueGothic-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('LeagueGothic-CondensedRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('LeagueGothic-CondensedItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}