/*
 * Legal Disclaimer
 * These Fonts are licensed only for use by Michigan State University.
*/

@font-face {
    font-family: 'GothamLight';
    src:
        url('/asset/msu/font/gotham-light.eot?#iefix') format('embedded-opentype'),
        url('/asset/msu/font/gotham-light.woff') format('woff'),
        url('/asset/msu/font/gotham-light.ttf') format('truetype'),
        url('/asset/msu/font/gotham-light.svg#Gotham-Light') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src:
        url('/asset/msu/font/gotham-book.eot?#iefix') format('embedded-opentype'),
        url('/asset/msu/font/gotham-book.woff') format('woff'),
        url('/asset/msu/font/gotham-book.ttf') format('truetype'),
        url('/asset/msu/font/gotham-book.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src:
        url('/asset/msu/font/gotham-bold.eot?#iefix') format('embedded-opentype'),
        url('/asset/msu/font/gotham-bold.woff') format('woff'),
        url('/asset/msu/font/gotham-bold.ttf') format('truetype'),
        url('/asset/msu/font/gotham-bold.svg#GothamBold') format('svg');
}
@font-face {
    font-family: 'liberatorheavy';
    src:
        url('/asset/msu/font/liberator-heavy-webfont.woff2') format('woff2'),
        url('/asset/msu/font/liberator-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;    
}
@font-face {
    font-family: 'liberatormedium';
    src:
        url('/asset/msu/font/liberator-medium-webfont.woff2') format('woff2'),
        url('/asset/msu/font/liberator-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;    
}
