Add support for different fonts in the same file
See original GitHub issueAdd support for choosing different font ligatures, than those within the "editor.fontFamily"
selected font. For example, I would really like to use Operator Mono letters together with Fira Code ligatures. Atom-editor lets you do this.
A hacky workaround is with the Custom CSS and JS Loader
extension. https://medium.com/@zamamohammed/multiple-fonts-alternative-to-operator-mono-in-vscode-7745b52120a0 @mohammedzamakhan
The Custom CSS and JS Loader
extension makes vscode think it is corrupted, so I’d really prefer avoiding this hack.
Another custom workaround, which stopped working: https://gist.github.com/Mikeysax/e707e6971d991a7552017b4c00ef6a97
Semi-related: https://github.com/Microsoft/vscode/issues/192
Possibly helpful: https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions
Issue Analytics
- State:
- Created 6 years ago
- Reactions:63
- Comments:8
Top GitHub Comments
https://github.com/kiliman/operator-mono-lig
I have found to embed the ligature into operator mono font itself. check the above project looks promising. and for operator mono book https://github.com/kennyklee/operator-mono-book-lig
also, you can apply it to any variant by just renaming script a bit.
This would be so good, and people have been hacking vs code to do this for more than 5 years, i would love if somehow we could implement as an official feature and dont worry about breaking vs code anymore.