/* CSS des polices */

/* Police Quicksand : https://fonts.google.com/specimen/Quicksand */
@font-face
{
    font-family: "Quicksand";
    src: url('Quicksand/Quicksand-Regular.ttf');
}

@font-face
{
    font-family: "Quicksand-Bold";
    src: url('Quicksand/Quicksand-Bold.ttf');
}

@font-face
{
    font-family: "Quicksand-Light";
    src: url('Quicksand/Quicksand-Light.ttf');
}

@font-face
{
	font-family: "Glyphicons Halflings";
        src: url('halflings/glyphicons-halflings-regular.ttf'); 
}
