Sublime Forum

Change font in sublime editor

#1

Hi Guys,

First I should thank the whole team for giving us a fantastic editor (especially for linux GUI users). Its an awesome editor - No complaints so far. I know this is not the right place to discuss this. The reason why I posted this is till sublime text 2 Beta build 2165, I love the font that came as default . But after builds, the font it not as good as previous ones. So is there a way to revert back to that font in later versions , If yes how do I do that ? (I dont remember the name of font)

Thanks
Rajesh KSV

0 Likes

#2

sublimetext.com/docs/2/font.html - the font name you want is “Courier New”

0 Likes

#3

Thanks for your reply, As suggested I have done it . But still no luck. I am attaching both screenshots which might help you.

And then I copied all settings of old build(Preferences-> FIle Settings Default) and pasted it in New build(Preferences-> FIle Settings User). Still it is different. So, are settings stored at different place as well apart from that Preferences-> FIle Settings Default?




0 Likes

#4

File settings are only for that file type. For example, you could specify a font for HTML files, and a different font for Javascript files.

What you want is “Settings - Default” and “Settings - User” – but I would be careful copying the default settings from an old build to a new build. You may copy some settings that don’t work in the new build. Your best bet is to just copy what you need. If all you’re concerned about is the font, then that’s just two lines (one for font name, and one for font size).

{ "font_face": "", "font_size": 10 }

0 Likes