Vous êtes connecté en tant que anonymous Se Deconnecter
/*
 *  Styles permettant d'utiliser des Glyphes externes
 */


@font-face {
    font-family: 'GlyphsIcon';
    src: url('../vendor/fonts/glyphicons-halflings-regular.eot');
    url('../vendor/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../vendor/fonts/glyphicons-halflings-regular.ttf') format('ttf'),
    url('../vendor/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../vendor/fonts/glyphicons-halflings-regular.svg#QuadrantaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.glyphs {
    font-family: 'entypo';
    font-size: 1rem;
}