-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable font fallback #225
Comments
Is there any configurability here yet? I’m looking into migrating from WezTerm which has a built-in NerdFont as fallback. Unfortunately patching in NerdFonts into an existing font is very brittle and usually breaks the font in various ways. |
@eproxus Thanks for the interest |
You mean rely on fontconfig only? Will this work on macOS? |
Yes, only fontconfig, this will be naturally configurable, so if this does not work for macOS this option will not be available then. And for sure we will add other options for fallback. something like : |
Closing this one, now configuration allows some flexibility for font fallback and builtint fonts will be implemented in #170 |
It is said that
fontconfig
should be used for font fallback, but it seems that terminal emulators are not always using this recommended API for font fallback.On top of using fontconfig for getting the list of fallback fonts maybe we could provide a manually provided list of font fallbacks too.
The text was updated successfully, but these errors were encountered: