@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
	url('../fonts/glyphicons-halflings-regular.woff') format('woff');
	font-weight: normal;
    font-style: normal;
	}