字体在IIS 8.0中不起作用
我从Font Squirrel生成的程序中有一个字体,但我无法使它在IIS中工作,它在localhost中工作。我在我的MIME类型中添加了application / font-woff 文章,但它仍然不起作用。 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; } 编辑当前MIME 我正在使用默认的IIS 8 MIME 字体/ x-woff