You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the application only accepts font with the filetype .ttf and .otf. The most modern font types are .WOFF and .WOFF2 and support for those should therefore be added.
Potential Solution
The solution to this should be fairly simple as it only requires the change of the accepted uploaded file types in src/lib/components/settings/FontSettings.svelte:
The text was updated successfully, but these errors were encountered:
Suggestion
Currently the application only accepts font with the filetype .ttf and .otf. The most modern font types are .WOFF and .WOFF2 and support for those should therefore be added.
Potential Solution
The solution to this should be fairly simple as it only requires the change of the accepted uploaded file types in
src/lib/components/settings/FontSettings.svelte
:The text was updated successfully, but these errors were encountered: