[Feature] Support for WOFF and WOFF2 files types in the GlobalFontLoader
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### 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`:

Contributor guide
Assessment
This issue has not been assessed yet.