I can’t get italic or bold fonts to work in Sublime Text 3 (build 3114).
This is my current settings:
"font_face": "Operator Mono Medium",
"font_options": [],
"font_size": 12,
I’m using this colorscheme: https://packagecontrol.io/packages/Oceanic%20Next%20Italic%20Color%20Scheme
I’ve tried every font size, every font-type there is (Operator Mono, Operator Mono Light).
My OS is Ubuntu 16.04.
EDIT: this seems to be the same problem as: Proportional fonts lose italic/bold syntax highlighting except it occurs in every syntax.
EDIT 2: I seem to have narrowed it down to being the font and sublime. Input Mono and other monospace fonts (though not all) work fine with italic and bold. The font also works fine in Atom with italic and bold style.
EDIT 3: I tried adding font_options:["italic"]
and that works just as expected. It seems to be something to do with the colorscheme, even though I have the exact same colorscheme on another computer where it displays the italic and bold styles fine.