Generate aligned CJK fallback font for your favorite monospaced font.
Install from PyPI (requires Python 3.7+):
pip install monoback
Or download standalone executable from release page. (Windows only)
monoback <monospaced-font-file> <fallback-font-file> [<output-file>]
Then install the generated font and configure it as fallback font in your editor settings, examples:
- In VSCode, set
Editor: Font Family
to string'main monospaced font name', 'generated font name'
. - In JetBrains products, set
Editor > Font > Typography Settings > Fallback font
to generated font.
monoback is licensed under the MIT license.