@font-face {
	font-family: Roboto;
	src: url('Roboto-Regular.ttf') format('truetype');
	font-weight:normal;
}
@font-face {
	font-family: Roboto;
	src: url('Roboto-Bold.ttf') format('truetype');
	font-weight:bold;
}

@font-face {
	font-family: Roboto;
	src: url('Roboto-Thin.ttf') format('truetype');
	font-weight:100;
}