Skip to content

Commit

Permalink
Added WOFF 2.0 format, released by Chrome last year.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Mar 16, 2015
1 parent d27ac8d commit 4fd2189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<mimeMap fileExtension=".topojson" mimeType="application/json" />
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
<remove fileExtension=".svg" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
</staticContent>
Expand Down

0 comments on commit 4fd2189

Please sign in to comment.