/*  
Theme Name: Normand'Innov
Theme URI: http://www.normandinnov.fr/
Description: Thème Wordpress pour Normand'Innov
Author: CCE
Author URI: www.cce-organisation.fr
*/

/**** Fonts ****/
@font-face {
    font-family: 'monserratregular';
    src: url('../fonts/Montserrat-Regular.ttf') format('ttf'),
         url('../fonts/Montserrat-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'monserratbold';
    src: url('../fonts/Montserrat-Bold.ttf') format('ttf'),
         url('../fonts/Montserrat-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

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

        