Skip to content

Commit 6a8942e

Browse files
authored
Merge pull request #4371 from nextcloud/backport/4368/stable29
[stable29] fix: Add another option for otf font mimetypes
2 parents ec202a1 + eb2ca5e commit 6a8942e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AdminSettings.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ const SERVER_STATE_BROWSER_CONNECTION_ERROR = 4
432432
433433
const fontMimes = [
434434
'font/ttf',
435+
'font/otf',
435436
'application/font-sfnt',
436437
'font/opentype',
437438
'application/vnd.oasis.opendocument.formula-template',

0 commit comments

Comments
 (0)