-
-
Save madmax/1474059 to your computer and use it in GitHub Desktop.
1. Open Bundle editor | |
2. Select Themes -> Themes -> your theme | |
3. add to settings | |
fontName = 'Monaco'; | |
fontSize = '12px'; | |
or what you want, enjoy :) |
It was only for release < r8930 after that use View → Font → Show Fonts
@madmax, when I try that, it only affects the Line Numbers formatting… bug?
"View → Font → Show Fonts" works for me in latest build as of Dec 14th, 2012
Show Fonts
is utterly useless: it just changes them for the current window… how could you even suggest that?
@minimaldesign: you likely added it in the first section, named gutterSettings
. You should add it instead in the settings
section.
@Lohoris
View → Font → Show Fonts
change and restart TextMate.
Tested working on TextMate version 2.0-beta.7.4
@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).
It seems like you must specify font sizes in pt, em or without a unit (defaulting to pt). From my experience in r8930 using px doesn't work.
Thanks for the gist, madmax.