Skip to content

Instantly share code, notes, and snippets.

@madmax
Created December 13, 2011 21:54
Show Gist options
  • Save madmax/1474059 to your computer and use it in GitHub Desktop.
Save madmax/1474059 to your computer and use it in GitHub Desktop.
changing font in textmate 2
1. Open Bundle editor
2. Select Themes -> Themes -> your theme
3. add to settings
fontName = 'Monaco';
fontSize = '12px';
or what you want, enjoy :)
@rBatt
Copy link

rBatt commented Oct 29, 2015

@MarkFull that approach just worked for me, too. Restarting was key. Without the restart, the font changes back even if I just switch tabs (although, the View > Font > Show Fonts still retains the previous setting).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment