Now that we have support for customisable fonts through preferences (#170), there is a list of possible improvements to tackle in the foreseeable future:
- adding more providers such as FontShare, FontSource, and Adobe
- migrating to adapters so that developers can pass custom ones to extent the built-in providers
- “local” fonts that are not served from the same origin but a subdomain, etc.
- handling font fallbacks more elegantly, see https://developer.chrome.com/blog/font-fallbacks – as with anything with text rendering, this requires quite some work so was not tackled in this initial version
Now that we have support for customisable fonts through preferences (#170), there is a list of possible improvements to tackle in the foreseeable future: