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:
