/* Roboto css stylesheet */


/* Normal */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	src: url('roboto/Roboto-Medium-webfont.woff') format('woff'),
		url('roboto/Roboto-Medium-webfont.ttf') format('truetype');
}


/* Normal - Bold */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	src: url('roboto/Roboto-Bold-webfont.woff') format('woff'),
		url('roboto/Roboto-Bold-webfont.ttf') format('truetype');
}

/* Normal - Bolder */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bolder;
	src: url('roboto/Roboto-Black-webfont.woff') format('woff'),
		url('roboto/Roboto-Black-webfont.ttf') format('truetype');
}

/* Normal - Lighter */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: lighter;
	src: url('roboto/Roboto-Light-webfont.woff') format('woff'),
		url('roboto/Roboto-Light-webfont.ttf') format('truetype');
}


/* Italic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	src: url('roboto/Roboto-MediumItalic-webfont.woff') format('woff'),
		url('roboto/Roboto-MediumItalic-webfont.ttf') format('truetype');
}

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

/* Italic - Bolder */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: bolder;
	src: url('roboto/Roboto-BlackItalic-webfont.woff') format('woff'),
		url('roboto/Roboto-BlackItalic-webfont.ttf') format('truetype');
}

/* Italic - Lighter */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: lighter;
	src: url('roboto/Roboto-LightItalic-webfont.woff') format('woff'),
		url('roboto/Roboto-LightItalic-webfont.ttf') format('truetype');
}