I want to use "Operator Mono" font only for italic font style and for other font styles: "bold, regular, semibold..." I want to use "Fira Code" font. Can I implement this in VSCode?
I had tried to change the font family to:
"editor.fontFamily": "'Operator Mono Light Italic', 'Fira Code', Menlo, Monaco, 'Courier New', monospace"
But it not worked, the editor only show 'Fira Code' font family.
fontFamily
attribute insettings
object because VSCode did not allow it.😭 - sunny