[Feature Request] Font prioritization function #5767
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
As of now, only one font face can be set in Windows Terminal.
ex>
"fontFace": "Cascadia Mono"
However, Cascadia Mono does not have any support for CJK text.
However, if we use other fonts, we will not be able to fully experience the beauty of Windows Terminal.
This can happen to CJK users and everyone who doesn't use Latin characters.
So, similar to css' font-family property, we need the ability to set multiple values according to priority in the "fontFace" property of the configuration file.
What about creating a "fontList" array similar to "scheme" so that only the "name" in the object of the "fontList" array is entered for the "fontFace" attribute?
ex>
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: