Sublime Forum

Change editor font

#1

how do i change the editor font. i tried, but no success :
the font allways stays the same and i want to get rid of this couries font.

// global.sublime.settings (user)
{
“ignored_packages”:

	"Vintage"
],
"word_wrap": false,
"theme": "Soda Dark.sublime-theme",
 "font_face": "Consolas"

}

0 Likes

#2

should be “Base File.sublime-settings” (Preferences - File Settings (User))

0 Likes

#3

Looks like you have the right settings, have you a different font name? Here is my /User/Base File.sublime-settings, see if it works for you:

{ "color_scheme": "Packages/User/Native.tmTheme", //"draw_white_space": "all", "font_face": "Consolas", "font_size": 8, "highlight_line": true, "indent_guide_options": "draw_normal", "draw_active"], "shift_tab_unindent": true, "vintage_ctrl_keys": true, "vintage_start_in_command_mode": true }

0 Likes

#4

aha, i was using the wrong file. the base file (file settings > user) was the right one.
finally the right font! thx

0 Likes