@font-face {
/* название шрифта*/
font-family: 'AvantGardeGothicC';
/* адрес шрифта и тип */
src: url("../fonts/avantgardegothicc.otf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

@font-face {
/*название шрифта*/
font-family: 'AvantGardeGothicC Bold';
/* адрес шрифта и тип */
src: url("../fonts/avantgardegothicc-bold.otf") format("truetype"); 
font-style: normal; 
font-weight: bold; 
}