How to change the font in Sublime Text 2

Updated . Posted . Visible to the public.

Open up your "Base File.sublime-settings" (Preferences Menu → File Settings – User) in Sublime Text 2 Show archive.org snapshot . Add entries for font_face, and optionally font_size, so it looks similar to this:

{
  "font_face": "Envy Code R",
  "font_size": 11.5
}

Cool: when you save the configuration file, changes will be applied instantly.

Arne Hartherz
Last edit
Keywords
font, family
License
Source code in this card is licensed under the MIT License.
Posted by Arne Hartherz to makandra dev (2011-08-09 11:59)