@font-face {
	font-family: "Roboto";
	src: url("roboto-regular.eot"); /* IE9 Compat Modes */
	src: url("roboto-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("roboto-regular.otf") format("opentype"), /* Open Type Font */
		url("roboto-regular.svg") format("svg"), /* Legacy iOS */
		url("roboto-regular.ttf") format("truetype"), /* Safari, Android, iOS */
		url("roboto-regular.woff") format("woff"), /* Modern Browsers */
		url("roboto-regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
