Skip to content

Commit

Permalink
Merge pull request #4368 from nextcloud/fix/otf
Browse files Browse the repository at this point in the history
fix: Add another option for otf font mimetypes
  • Loading branch information
blizzz authored Jan 6, 2025
2 parents edb08a7 + 212d758 commit b612d2d
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 @@ -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',
Expand Down

0 comments on commit b612d2d

Please sign in to comment.