
/*
@font-face {
	font-family: 'name_f';
    src: url('fonts/f.eot');
    src: url('fonts/f.eot?#iefix') format('embedded-opentype'),
    url('fonts/f.woff') format('woff'),
    url('fonts/f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }
*/


@font-face {
font-family: 'AvenirLTStd';
font-style: normal;
font-weight: 400;
src: url('fonts/AvenirLTStd-Roman.ttf');
src: url('fonts/AvenirLTStd-Roman.ttf') format('truetype'),
    url('fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
font-family: 'AvenirLTStd';
font-style: normal;
font-weight: 600;
src: url('fonts/AvenirLTStd-Book.ttf');
src: url('fonts/AvenirLTStd-Book.ttf') format('truetype'),
    url('fonts/AvenirLTStd-Book.woff') format('woff');
}



@font-face {
font-family: 'AvenirLTStd';
font-style: normal;
font-weight: 300;
src: url('fonts/AvenirLTStd-Light.ttf');
src: url('fonts/AvenirLTStd-Light.ttf') format('truetype'), 
url('fonts/AvenirLTStd-Light.woff') format('woff');
}



@font-face {
font-family: 'AvenirLTStd';
font-style: normal;
font-weight: 500;
src: url('fonts/AvenirLTStd-Medium.ttf');
src: url('fonts/AvenirLTStd-Medium.ttf') format('truetype'), 
 url('fonts/AvenirLTStd-Medium.woff') format('woff');
}



@font-face {
font-family: 'AvenirLTStd';
font-style: normal;
font-weight: 900;
src: url('fonts/AvenirLTStd-Black.ttf');
src: url('fonts/AvenirLTStd-Black.ttf') format('truetype'), 
url('fonts/AvenirLTStd-Black.woff') format('woff');
}

