Skip to content

Commit

Permalink
Merge pull request #14 from nasa-gibs/wv-1214.local_font_awesome
Browse files Browse the repository at this point in the history
WV-1214: Web fonts now work in IE11 over https if all caching headers are removed
  • Loading branch information
mike-mcgann committed Dec 24, 2014
2 parents 806fd9f + 5145823 commit 6e03d07
Show file tree
Hide file tree
Showing 36 changed files with 4,814 additions and 1 deletion.
6 changes: 6 additions & 0 deletions web/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/json

AddType application/vnd.ms-fontobject .eot
AddType application/font-woff .woff
AddType application/x-font-truetype .ttf
AddType image/svg+xml .svg
AddType application/x-font-opentype .otf
Loading

0 comments on commit 6e03d07

Please sign in to comment.