Skip to content

Commit

Permalink
Merge pull request #4372 from nextcloud/backport/4368/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: Add another option for otf font mimetypes
  • Loading branch information
juliusknorr authored Jan 7, 2025
2 parents 9eca2d6 + e03a6e0 commit 674f5ab
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 @@ -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',
Expand Down

0 comments on commit 674f5ab

Please sign in to comment.