From 212d7580b22e93082e054fb67b15448b243b368f 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 a9c4678cf2..52b6b863e2 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -436,6 +436,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',