मेरे पास फॉन्ट स्क्विरेल से उत्पन्न मेरे कार्यक्रम में एक फॉन्ट-फेस है, मैं इसे आईआईएस में काम करने के लिए नहीं पा सकता हूं, यह लोकलहोस्ट में काम करता है। मैंने अपने MIME प्रकारों में एप्लिकेशन / फ़ॉन्ट-वॉफ़ लेख जोड़ा लेकिन यह अभी भी काम नहीं करना चाहता है।
Context
--Fonts
----font location
--css files
सीएसएस
@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;
}
EDIT CURRENT MIME
मैं डिफ़ॉल्ट IIS 8 MIME फ़ॉन्ट / x-woff का उपयोग कर रहा हूं