
@font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/my-custom-font.eot');
    src: url('../fonts/my-custom-font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/my-custom-font.woff') format('woff'),
		 url('../fonts/FuturaPTBold.otf') format('otf'),
         url('../fonts/futurab.ttf') format('truetype'),
         url('../fonts/my-custom-font.svg#mycustomfont') format('svg');
}
