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 <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Jan 3, 2025
1 parent 6e24537 commit 212d758
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 212d758

Please sign in to comment.