Skip to content

Commit

Permalink
Added font woff mime types
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Dec 30, 2013
1 parent 585e553 commit 2b4b45f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DurandalAuth.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
<remove name="TRACEVerbHandler" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
</staticContent>
</system.webServer>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
Expand Down

0 comments on commit 2b4b45f

Please sign in to comment.