/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('league-gothic-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src:url('league-gothic-italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('league-gothic-condensed-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('league-gothic-condensed-italic.woff2') format('woff');
    font-weight: normal;
    font-style: italic;
}