Last updated: 27 July 2026
To fix this you need to add the following to your websites web.config file, which is located in the wwwroot folder.
<system.webServer> <staticContent> <remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> </staticContent> </system.webServer>