I'm currently using operator mono font as my default font in vs code, now I want to add fira code font to it, but I don't know how to add it in order to make both of them work. I try to add the second font in font family settings but the second font seems to replace the current font. How should I do that?
My current sitting :
"editor.fontFamily": "'Operator Mono' ", "editor.fontLigatures" : true
You can also update your Operator Mono font to include ligatures. I wrote a project that merges custom ligatures into your existing font.
Check it out at https://github.com/kiliman/operator-mono-lig
The first font in the list of the editor.fontFamily
setting will be the used font for all code. Only if this font does not exist on your computer it will fall back to the second font in that list and so forth. The editor.fontLigatures: true
setting will only work if your chosen font supports font ligatures which I think 'Operator Mono' does not.
However there is a way to combine two different fonts in VSCode: https://medium.com/@zamamohammed/multiple-fonts-alternative-to-operator-mono-in-vscode-7745b52120a0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With