@font-face {
	font-family:			'RobotoLight';
	src:				url('Roboto/Roboto-Light.ttf') format('truetype')
					,url('Roboto/Roboto-Light.woff2') format('woff2');
}

@font-face {
	font-family:			'RobotoRegular';
	src:				url('Roboto/Roboto-Regular.ttf') format('truetype')
					,url('Roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
	font-family:			'RobotoBlack';
	src:				url('Roboto/Roboto-Black.ttf') format('truetype')
					,url('Roboto/Roboto-Black.woff2') format('woff2');
}

@font-face {
	font-family:			'RobotoBold';
	src:				url('Roboto/Roboto-Bold.ttf') format('truetype')
					,url('Roboto/Roboto-Bold.woff2') format('woff2');
}

@font-face {
	font-family:			'RobotoItalic';
	src:				url('Roboto/Roboto-Italic.ttf') format('truetype')
					,url('Roboto/Roboto-Italic.woff2') format('woff2');
}

@font-face {
	font-family:			'RobotoMedium';
	src:				url('Roboto/Roboto-Medium.ttf') format('truetype')
					,url('Roboto/Roboto-Medium.woff2') format('woff2');
}

@font-face {
	font-family:			'RobotoThin';
	src:				url('Roboto/Roboto-Thin.ttf') format('truetype')
					,url('Roboto/Roboto-Thin.woff2') format('woff2');
}

