@font-face{
	font-family:'Roboto';
	src: url('Roboto/woff/Roboto-Regular.woff') format('woff'),
	url('Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face{
	font-family:'Roboto';
	src: url('Roboto/woff/Roboto-Bold.woff') format('woff'),
	url('Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face{
	font-family:'Roboto';
	src: url('Roboto/woff/Roboto-Medium.woff') format('woff'),
	url('Roboto/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face{
	font-family:'Roboto';
	src: url('Roboto/woff/Roboto-Italic.woff') format('woff'),
	url('Roboto/Roboto-Italic.ttf') format('truetype');
	font-style: italic;
}
@font-face{
	font-family:'Roboto';
	src: url('Roboto/woff/Roboto-BoldItalic.woff') format('woff')
	url('Roboto/Roboto-BoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
}
