Read more

How to change the font in Sublime Text 2

Arne Hartherz
August 09, 2011Software engineer at makandra GmbH

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
}
Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

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

Posted by Arne Hartherz to makandra dev (2011-08-09 13:59)