summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--lib/rack/mime.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rack/mime.rb b/lib/rack/mime.rb
index 2cf03751..38c58f9f 100644
--- a/lib/rack/mime.rb
+++ b/lib/rack/mime.rb
@@ -181,6 +181,7 @@ module Rack
       ".tiff"    => "image/tiff",
       ".torrent" => "application/x-bittorrent",
       ".tr"      => "text/troff",
+      ".ttf"     => "application/octet-stream",
       ".txt"     => "text/plain",
       ".vcf"     => "text/x-vcard",
       ".vcs"     => "text/x-vcalendar",
@@ -191,6 +192,7 @@ module Rack
       ".wma"     => "audio/x-ms-wma",
       ".wmv"     => "video/x-ms-wmv",
       ".wmx"     => "video/x-ms-wmx",
+      ".woff"    => "application/octet-stream",
       ".wrl"     => "model/vrml",
       ".wsdl"    => "application/wsdl+xml",
       ".xbm"     => "image/x-xbitmap",