From eb2ca5ea841c935382e7d1c26bcf2bcffcd4091f 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 f75c2fc8a4..bc1ffc53c1 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -432,6 +432,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',