Skip to content

Commit

Permalink
eradicating chrome console warning on WOFF font downloads. fixes twbs…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 20, 2011
1 parent 16e9b7d commit b32b371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ AddEncoding gzip svgz
AddType application/vnd.ms-fontobject eot
AddType font/truetype ttf
AddType font/opentype otf
AddType font/woff woff
AddType font/opentype woff
# ^ hack to avoid chrome console warning: crbug.com/70283

# assorted types
AddType image/x-icon ico
Expand Down

0 comments on commit b32b371

Please sign in to comment.