From b51e2a479d7a0fd6815017d1ea41e53de9aa0434 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 18 Oct 2025 17:27:23 +0100 Subject: [PATCH] Remove .sfd from .htaccess file We don't serve and SFD files any more. --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index 65cf82b..22a6186 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,3 @@ DirectoryIndex index.xhtml AddType application/xhtml+xml;charset=UTF-8 .xhtml AddType font/otf;outlines=CFF .otf -AddType application/vnd.font-fontforge-sfd .sfd -- 2.30.2