حل مشکل عدم بارگزاری woff2 Font در Asp.Net
<configuration> <system.webServer> <staticContent> <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> </staticContent> </system.webServer> </configuration>
<configuration> <system.webServer> <staticContent> <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> </staticContent> </system.webServer> </configuration>