Sublime Forum

Cant change font_face / Problems with design of new files

#1

I’m new in changing themes and designs in sublime. I use sublime 3.2.2 build 3211.

I installed predawn as a new theme. My Preferences.sublimes-settings (with Preferences -> Settings) looks liks this:

{
	"color_scheme": "Packages/Predawn/predawn.tmTheme",
	"font_face": "Ubuntu Mono",
	"predawn_findreplace_small": false,
	"predawn_quick_panel_small": false,
	"predawn_sidebar_arrows": false,
	"predawn_sidebar_large": false,
	"predawn_sidebar_medium": false,
	"predawn_sidebar_narrow": false,
	"predawn_sidebar_small": false,
	"predawn_sidebar_xlarge": false,
	"predawn_sidebar_xsmall": false,
	"predawn_tabs_active_underline": false,
	"predawn_tabs_large": false,
	"predawn_tabs_medium": false,
	"predawn_tabs_small": false,
	"theme": "predawn-DEV.sublime-theme"
}

So you can see, i want to change the font to “Ubuntu Mono”. But after saving this and restarting sublime, sublime still has the default font. Color theme and theme is predawn, the changes were also taken over. But i cant figure out, whats the problem with the font. Also tried in the same way other fonts, but… nope. Still default.

0 Likes

#2

At least, i should install fonts which i want to use… solved.

0 Likes