From: Geoffrey Thomas Date: Sat, 26 Feb 2011 16:14:00 +0000 (+0000) Subject: Add .ttf and .otf font file types X-Git-Url: http://andersk.mit.edu/gitweb/scripts-static-cat.git/commitdiff_plain/3158b77a595dbfc0e7e222f370a63a7d7cdca7b8 Add .ttf and .otf font file types --- diff --git a/StaticCat.hs b/StaticCat.hs index ba9e0b7..0709fb9 100644 --- a/StaticCat.hs +++ b/StaticCat.hs @@ -49,6 +49,7 @@ types = M.fromList [ (".mp3", "audio/mpeg"), (".mpeg", "video/mpeg"), (".mpg", "video/mpeg"), + (".otf", "application/octet-stream"), (".pdf", "application/pdf"), (".png", "image/png"), (".ppt", "application/vnd.ms-powerpoint"), @@ -59,6 +60,7 @@ types = M.fromList [ (".tgz", "application/x-gzip"), (".tif", "image/tiff"), (".tiff", "image/tiff"), + (".ttf", "application/octet-stream"), (".wav", "audio/x-wav"), (".wmv", "video/x-ms-wmv"), (".xaml", "application/xaml+xml"),