Skip to content

Commit

Permalink
fix: Add another option for otf font mimetypes
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Jan 7, 2025
1 parent ec202a1 commit eb2ca5e
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 eb2ca5e

Please sign in to comment.