@font-face {
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	src: url("Roboto-Regular.ttf") format('truetype');
}

@font-face {
	font-family: Roboto;
	font-weight: normal;
	font-style: italic;
	src: url("Roboto-Italic.ttf") format('truetype');
}

@font-face {
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	src: url("Roboto-Bold.ttf") format('truetype');
}

@font-face {
	font-family: Roboto;
	font-weight: bold;
	font-style: italic;
	src: url("Roboto-BoldItalic.ttf") format('truetype');
}
