From 3158b77a595dbfc0e7e222f370a63a7d7cdca7b8 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sat, 26 Feb 2011 16:14:00 +0000 Subject: [PATCH] Add .ttf and .otf font file types --- StaticCat.hs | 2 ++ 1 file changed, 2 insertions(+) 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"), -- 2.45.0