@font-face { font-family: 'Roboto';
	src: url('../font/Roboto-Regular.ttf') format('truetype');
	font-weight: normal; 
}
@font-face { font-family: 'Roboto';
	src: url('../font/Roboto-Bold.ttf') format('truetype');
	font-weight: bold; 
}
@font-face { font-family: 'Roboto';
	src: url('../font/Roboto-Black.ttf') format('truetype');
	font-weight: 800; 
}
@font-face { font-family: 'Roboto';
	src: url('../font/Roboto-Light.ttf') format('truetype');
	font-weight: 200; 
}
@font-face { font-family: 'Roboto';
	src: url('../font/Roboto-Thin.ttf') format('truetype');
	font-weight: 100; 
}
@font-face { font-family: 'Roboto';
	src: url('../font/Roboto-Italic.ttf') format('truetype');
	font-weight: 100; 
	font-style:italic;
}
