Everyone loves Inconsolata for programming, I use the following settings for Sublime Text 2 on Windows:
"font_face": "Inconsolata",
"font_size": 11,
"font_options": ["directwrite"]
Note the last option: if you don't use "directwrite" the font is blocky and unusable.
1 comment:
oh wow, thanks for the "font_options": ["directwrite"]
line this was driving me nuts, as inconsolata looks horrible on windows without it.
Post a Comment