From 81950ac1757347ae485fac1ec2e536775379240c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 12 Aug 2014 22:02:34 +0100 Subject: [PATCH] Add MIME type for .otf files. --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..df205bf --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +AddType application/font-sfnt;outlines=CFF;layout=OTF .otf -- 2.30.2