-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Checklist
- I have searched the existing issues for similar feature requests.
- I added a descriptive title and summary to this issue.
Summary
Currently, config.toml does not support the unicode-range CSS `@font-face descriptor. For localization, this descriptor is helpful.
Why?
Even if an app developer doesn't explicitly localize their app, many browser extension may provide in-place translations. With this description, additional character sets can be included that will only conditionally load if one of their characters is used. Thus, you can define a font for your app, and provide additional font file declarations if you expect people to translate your app into a language requiring another character set.
e.g. Choose a pretty font and write an app in English which will load the latin character sets. Include Chinese, Japanese, and Korean font sets that match your pretty font so that in-place translations stay pretty, without unnecessarily loading them for everyone.
How?
No response
Additional Context
No response