Is it possible to use the "Operator Mono" font only for italic style and another font, such as "Fira Code," for other styles like bold, regular, semibold, etc. in VSCode?
I attempted to change the font family to:
"editor.fontFamily": "'Operator Mono Light Italic', 'Fira Code', Menlo, Monaco, 'Courier New', monospace"
However, this did not work as the editor only displayed the 'Fira Code' font family.