@font-face {
	font-family: "Roboto-Medium";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Medium'), local('Roboto-Medium'), url("Roboto-Medium.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto-Black";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Black'), local('Roboto-Black'), url("Roboto-Black.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto-BlackItalic";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url("Roboto-BlackItalic.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto-Regular";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Regular'), local('Roboto-Regular'), url("Roboto-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto-BoldItalic";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("Roboto-BoldItalic.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto-Bold";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("Roboto-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "RobotoCondensed-Bold";
	font-style: normal;
	font-weight: 100;
	src: local('RobotoCondensed Bold'), local('RobotoCondensed-Bold'), url("RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto-Medium";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Medium'), local('Roboto-Medium'), url("Roboto-Medium.ttf") format('truetype');
}

/*
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("RobotoCondensed-LightItalic.ttf") format('truetype');
}

/* Normal */
/*
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("RobotoCondensed-Italic.ttf") format('truetype');
}

/* Bold */
/*
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("RobotoCondensed-BoldItalic.ttf") format('truetype');
}
*/