The original goal was:
- a super-family of monospaced fonts which all share the same width
- texture-healing which makes monospaced font more visually pleasing
- ligatures which make common letter pairs more visually pleasing
I really liked the main idea (1) of Monaspace to have different fonts used for semantically different code parts. Although it seems that most of that falls flat because of missing support in code editors, and we fall back on 2 and 3.
What is the current status of the project?
Are there any known editors which support all of the original goals?
Are there any reference themes which make use the super-family feature?
The only full implementation I found is: jackplus-xyz - monaspace.nvim for the Neovim text editor.
Vscode, Jetbrains etc. don't work because they only support one font for everything.
The original goal was:
I really liked the main idea (1) of Monaspace to have different fonts used for semantically different code parts. Although it seems that most of that falls flat because of missing support in code editors, and we fall back on 2 and 3.
What is the current status of the project?
Are there any known editors which support all of the original goals?
Are there any reference themes which make use the super-family feature?
The only full implementation I found is: jackplus-xyz - monaspace.nvim for the Neovim text editor.
Vscode, Jetbrains etc. don't work because they only support one font for everything.