@font-face {
    font-family: 'AvantGarde';
    src: url('avantgarde_bold.eot');
    src: local('dont_use_local'),
     	 url('avantgarde_bold.eot#iefix') format('embedded-opentype'),
         url('avantgarde_bold.svg') format('svg'),
         url('avantgarde_bold.ttf') format('truetype'),
         url('avantgarde_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'AvantGarde';
    src: url('avantgarde_medium.eot');
    src: local('dont_use_local'),
         url('avantgarde_medium.eot#iefix') format('embedded-opentype'),
         url('avantgarde_medium.svg') format('svg'),
         url('avantgarde_medium.ttf') format('truetype'),
         url('avantgarde_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}