Open johnhenley opened 3 months ago
If I add this to my web.config (<staticContent>
) , it works (locally)
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="font/woff2" />
But I also have the mime type added in IIS.
I can only reproduce by adding:
<remove fileExtension=".woff2" />
See IIS Management > MIME Types >
@Timo
Originally posted by @johnhenley in https://github.com/DNNCommunity/Dnn.CommunityForums/issues/599#issuecomment-2133545463