@font-face {
	font-family:'robotoregular';
	src: url('../css/font/roboto-regular-webfont.woff2') format('woff2'),
		 url('../css/font/roboto-regular-webfont.woff') format('woff');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'roboto_condensedregular';
	src: url('../css/font/robotocondensed-regular-webfont.woff2') format('woff2'),
		 url('../css/font/robotocondensed-regular-webfont.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../css/font/roboto-medium-webfont.woff2') format('woff2'),
         url('../css/font/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}