Skip to content

Commit

Permalink
Merge pull request #4371 from nextcloud/backport/4368/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: Add another option for otf font mimetypes
  • Loading branch information
juliusknorr authored Jan 7, 2025
2 parents ec202a1 + eb2ca5e commit 6a8942e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6a8942e

Please sign in to comment.