/* ===> CSS pour chargement webfont Desyrel */
@font-face {
    font-family: 'desyrelregular';
    src: url('../webfonts/desyrel-webfont.eot');
    src: url('../webfonts/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/desyrel-webfont.woff') format('woff'),
         url('../webfonts/desyrel-webfont.ttf') format('truetype'),
         url('../webfonts/desyrel-webfont.svg#desyrelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ===> CSS pour chargement webfont Comic sans MS */
@font-face {
    font-family: 'ComicSansMSRegular';
    src: url('../webfonts/comic.eot');
    src: url('../webfonts/comic.eot') format('embedded-opentype'),
         url('../webfonts/comic.woff') format('woff'),
         url('../webfonts/comic.ttf') format('truetype'),
         url('../webfonts/comic.svg#ComicSansMSRegular') format('svg');
}

/* ===> CSS pour chargement webfont Soft Sugar Plain */
@font-face {
    font-family: 'soft_sugar_plainregular';
    src: url('../webfonts/softplain-webfont.eot');
    src: url('../webfonts/softplain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/softplain-webfont.woff') format('woff'),
         url('../webfonts/softplain-webfont.ttf') format('truetype'),
         url('../webfonts/softplain-webfont.svg#soft_sugar_plainregular') format('svg');
    font-weight: normal;
    font-style: normal;

}