New dev version of Sublime Text now supports ligatures. No additional plugins or workarounds needed just install the font and add this line to your settings:
"font_face": "Fira Code",
Is it right time to update readme? Or we need stable version?
See #502
@DmitrySkripkin do you know how to select the retina sub family on sublime text?
@hanoii
"font_face": "Fira Code Retina"
@ajoy39
with
"font_face": "Fira Code Retina"
I do not see any change from "Monospace"
If I do I get:
>>> view.settings().get('font_face')
'Fira Code Retina'
font is installed, I see also the normal fira code
@gudata did you already restart sublime? My font didn't change until I restarted.
it鈥檚 "font_face": "FiraCode-Retina" for mac
nice, thanks!
Most helpful comment
it鈥檚
"font_face": "FiraCode-Retina"for mac