/* --------------------------------------------------

   font.css
   Gestion des webfonts
  
  
 ----------------------------------------------------- */
/* Appelez vos webfonts ici */




@font-face {
    font-family: 'silkabold';
    src: url('../../squelettes/webfonts/silka-bold-webfont.eot');
    src: url('../../squelettes/webfonts/silka-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../squelettes/webfonts/silka-bold-webfont.woff2') format('woff2'),
         url('../../squelettes/webfonts/silka-bold-webfont.woff') format('woff'),
         url('../../squelettes/webfonts/silka-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'silkabolditalic';
    src: url('../../squelettes/webfonts/silka-bolditalic-webfont.eot');
    src: url('../../squelettes/webfonts/silka-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../squelettes/webfonts/silka-bolditalic-webfont.woff2') format('woff2'),
         url('../../squelettes/webfonts/silka-bolditalic-webfont.woff') format('woff'),
         url('../../squelettes/webfonts/silka-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkaregular';
    src: url('../../squelettes/webfonts/silka-regular-webfont.eot');
    src: url('../../squelettes/webfonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../squelettes/webfonts/silka-regular-webfont.woff2') format('woff2'),
         url('../../squelettes/webfonts/silka-regular-webfont.woff') format('woff'),
         url('../../squelettes/webfonts/silka-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}