/*************************************************************
 * fonts.css
 * Feuille de style pour les polices du site Mines ParisTech et du thème
 * Omeka Seasons.
 *************************************************************/

/**
 * Arial Narrow
 */
@font-face {
    font-family: 'ArialNarrow';
    src: url('fonts/arial-n-webfont.eot');
    src: url('fonts/arial-n-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial-n-webfont.woff') format('woff'),
         url('fonts/arial-n-webfont.ttf') format('truetype'),
         url('fonts/arial-n-webfont.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Univers
 */
@font-face {
    font-family: 'UniversLTStd55Roman';
    src: url('fonts/univers-lt-std-webfont.eot');
    src: url('fonts/univers-lt-std-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers-lt-std-webfont.woff') format('woff'),
         url('fonts/univers-lt-std-webfont.ttf') format('truetype'),
         url('fonts/univers-lt-std-webfont.svg#UniversLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UniversLTStd65Bold';
    src: url('fonts/univers-lt-std-b-webfont.eot');
    src: url('fonts/univers-lt-std-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers-lt-std-b-webfont.woff') format('woff'),
         url('fonts/univers-lt-std-b-webfont.ttf') format('truetype'),
         url('fonts/univers-lt-std-b-webfont.svg#UniversLTStd65Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UniversLTStd47LightCondensed';
    src: url('fonts/univers-lt-std-lc-webfont.eot');
    src: url('fonts/univers-lt-std-lc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers-lt-std-lc-webfont.woff') format('woff'),
         url('fonts/univers-lt-std-lc-webfont.ttf') format('truetype'),
         url('fonts/univers-lt-std-lc-webfont.svg#UniversLTStd47LightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UniversLight';
    src: url('fonts/univers-l-webfont.eot');
    src: url('fonts/univers-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers-l-webfont.woff') format('woff'),
         url('fonts/univers-l-webfont.ttf') format('truetype'),
         url('fonts/univers-l-webfont.svg#UniversLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*************************************************************/

/**
 * Ubuntu
 */
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-r-webfont.eot');
    src: url('fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-r-webfont.woff') format('woff'),
         url('fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-r-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-ri-webfont.eot');
    src: url('fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-ri-webfont.woff') format('woff'),
         url('fonts/ubuntu-ri-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-ri-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-b-webfont.woff') format('woff'),
         url('fonts/ubuntu-b-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-b-webfont.svg#Ubuntu') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-bi-webfont.eot');
    src: url('fonts/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-bi-webfont.woff') format('woff'),
         url('fonts/ubuntu-bi-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-bi-webfont.svg#Ubuntu') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-l-webfont.eot');
    src: url('fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-l-webfont.woff') format('woff'),
         url('fonts/ubuntu-l-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-l-webfont.svg#Ubuntu') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-li-webfont.eot');
    src: url('fonts/ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-li-webfont.woff') format('woff'),
         url('fonts/ubuntu-li-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-li-webfont.svg#Ubuntu') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-m-webfont.eot');
    src: url('fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-m-webfont.woff') format('woff'),
         url('fonts/ubuntu-m-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-m-webfont.svg#Ubuntu') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-mi-webfont.eot');
    src: url('fonts/ubuntu-mi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-mi-webfont.woff') format('woff'),
         url('fonts/ubuntu-mi-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-mi-webfont.svg#Ubuntu') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-c-webfont.eot');
    src: url('fonts/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-c-webfont.woff') format('woff'),
         url('fonts/ubuntu-c-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-c-webfont.svg#Ubuntu') format('svg');
    font-weight: 400;
    font-style: normal;
}
