Quando si utilizzano i font FontAwesome in IIS locale, negli strumenti di sviluppo del browser può comparire l’indicazione “Errore 404 Non trovato” come mostra la figura sotto riportata:

<system.webServer> <staticContent> <remove fileExtension=".woff" /> <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> <remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> </staticContent> </system.webServer>
(vedi https://weblog.west-wind.com/posts/2016/Jan/25/FontAwesome-Fonts-and-Mime-Types-in-IIS-and-other-Web-Servers)