Tengo un tipo de letra en mi programa generado a partir de Font Squirrel. Simplemente no puedo hacer que funcione en IIS, funciona en localhost. Añadí application / font-woff artículo a mis tipos MIME pero todavía no quiere trabajar.
Context
--Fonts
----font location
--css files
CSS
@font-face {
font-family: 'wallStreetFont';
src: url('Fonts/subway-webfont.eot');
src: url('Fonts/subway-webfont.eot?#iefix') format('embedded-opentype'),
url('Fonts/subway-webfont.woff2') format('woff2'),
url('Fonts/subway-webfont.woff') format('woff'),
url('Fonts/subway-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
EDITAR MIME ACTUAL
Estoy usando la fuente IIS 8 MIME predeterminada / x-woff