Experiment with a different font-family
designation such as:
@font-face {
font-family: 'FuturaLight';
src: url('fonts/Futura-Light.eot');
src: url('fonts/Futura-Light.eot') format('embedded-opentype'),
url('fonts/Futura-Light.woff2') format('woff2'),
url('fonts/Futura-Light.woff') format('woff'),
url('fonts/Futura-Light.ttf') format('truetype'),
url('fonts/Futura-Light.svg') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'FuturaLightItalic';
src: url('fonts/Futura-LightItalic.eot');
src: url('fonts/Futura-LightItalic.eot') format('embedded-opentype'),
url('fonts/Futura-LightItalic.woff2') format('woff2'),
url('fonts/Futura-LightItalic.woff') format('woff'),
url('fonts/Futura-LightItalic.ttf') format('truetype'),
url('fonts/Futura-LightItalic.svg') format('svg');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Helvetica Neue Reg';
src: url('fonts/HelveticaNeue-Reg.eot');
src: url('fonts/HelveticaNeue-Reg.eot') format('embedded-opentype'),
url('fonts/HelveticaNeue-Reg.woff2') format('woff2'),
url('fonts/HelveticaNeue-Reg.woff') format('woff'),
url('fonts/HelveticaNeue-Reg.ttf') format('truetype'),
url('fonts/HelveticaNeue-Reg.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaBold';
src: url('fonts/Futura-Bold.eot');
src: url('fonts/Futura-Bold.eot') format('embedded-opentype'),
url('fonts/Futura-Bold.woff2') format('woff2'),
url('fonts/Futura-Bold.woff') format('woff'),
url('fonts/Futura-Bold.ttf') format('truetype'),
url('fonts/Futura-Bold.svg') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Futura';
src: url('fonts/Futura.eot');
src: url('fonts/Futurae.eot') format('embedded-opentype'),
url('fonts/Futura.woff2') format('woff2'),
url('fonts/Futura.woff') format('woff'),
url('fonts/Futura.ttf') format('truetype'),
url('fonts/Futura.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaItalic';
src: url('fonts/Futura-Italic.eot');
src: url('fonts/Futura-Italic.eot') format('embedded-opentype'),
url('fonts/Futura-Italic.woff2') format('woff2'),
url('fonts/Futura-Italic.woff') format('woff'),
url('fonts/Futura-Italic.ttf') format('truetype'),
url('fonts/Futura-Italic.svg') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Helvetica Neue Bold';
src: url('fonts/HelveticaNeue-Bold.eot');
src: url('fonts/HelveticaNeue-Bold.eot') format('embedded-opentype'),
url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
url('fonts/HelveticaNeue-Bold.woff') format('woff'),
url('fonts/HelveticaNeue-Bold.ttf') format('truetype'),
url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
font-weight: bold;
font-style: normal;
}