]> andersk Git - scripts-static-cat.git/commitdiff
Add .ttf and .otf font file types
authorGeoffrey Thomas <geofft@mit.edu>
Sat, 26 Feb 2011 16:14:00 +0000 (16:14 +0000)
committerGeoffrey Thomas <geofft@mit.edu>
Sat, 26 Feb 2011 16:14:00 +0000 (16:14 +0000)
StaticCat.hs

index ba9e0b76137e3db0c1da5d6560e89a842ce13b0d..0709fb910fd7336d9cfd24f3361faf645f061e66 100644 (file)
@@ -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"),
This page took 0.265754 seconds and 5 git commands to generate.