From e03a6e034fa9f9e664e4276af7feb6c8161454bb Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Fri, 3 Jan 2025 12:01:58 +0100 Subject: [PATCH] fix: Add another option for otf font mimetypes Signed-off-by: Julius Knorr --- src/components/AdminSettings.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index a64bef5073..ed845f8d23 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -419,6 +419,7 @@ const SERVER_STATE_BROWSER_CONNECTION_ERROR = 4 const fontMimes = [ 'font/ttf', + 'font/otf', 'application/font-sfnt', 'font/opentype', 'application/vnd.oasis.opendocument.formula-template',