Currently I’m using Sublime Text 3 Build 3207 in Windows 7. I have tried Fira Code, Monoid, and Iosevka, and the ligatures still not working. Also have tried several font options: directwrite, no_antialias, and gray_antialias without any luck.
Below are my current settings hope it helps:
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Monoid",
"font_options":
[
"directwrite"
],
"font_size": 8,
"ignored_packages":
[
"Vintage"
],
"theme": "Monokai Classic.sublime-theme"
}
Can anyone point out what did I miss here?