Thursday, January 31, 2013

Setting font on Sublime Text 2 to Inconsolata on Windows

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:

Unknown said...

oh wow, thanks for the "font_options": ["directwrite"]
line this was driving me nuts, as inconsolata looks horrible on windows without it.