
/*	Intel Clear	*/

/*	font family def. (modern syntax)	*/

@font-face	{
	font-family: 'Intel Clear';
	src: url('2017_fonts/IntelClear_Rg.ttf');
}

@font-face	{
	font-family: 'Intel Clear';
	src: url('2017_fonts/IntelClear_Bd.ttf');
	font-weight: bold;
}

@font-face	{
	font-family: 'Intel Clear';
	src: url('2017_fonts/IntelClear_It.ttf');
	font-style: italic;
}

@font-face	{
	font-family: 'Intel Clear';
	src: url('2017_fonts/IntelClear_BdIt.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face	{
	font-family: 'Intel Clear';
	src: url('2017_fonts/IntelClear_Lt.ttf');
	font-weight: 100;
}

@font-face	{
	font-family: 'Intel Clear';
	src: url('2017_fonts/IntelClear_LtIt.ttf');
	font-weight: 100;
	font-style: italic;
}

/*	individual font def. (legacy)	*/

@font-face {
	font-family: 'intel_clearregular';
	src: url('2017_fonts/IntelClear_Rg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'intel_clearbold';
	src: url('2017_fonts/IntelClear_Bd.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'intel_clearitalic';
	src: url('2017_fonts/IntelClear_It.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'intel_clearbold_italic';
	src: url('2017_fonts/IntelClear_BdIt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'intel_clearlight';
	src: url('2017_fonts/IntelClear_Lt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'intel_clearlight_italic';
	src: url('2017_fonts/IntelClear_LtIt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*	Intel Clear ProBold - for headlines	*/

@font-face {
	font-family: 'intel_clear_probold';
	src: url('2017_fonts/IntelClearPro_Bd.ttf');
}


@font-face {
	font-family: 'intel_clearpro_lowercase_bd';
	src: url('2017_fonts/IntelClearProLowercaseSelect_Bd.ttf');
}
