Sublime Forum

Cannot change font in Ubuntu 10.10

#1

Hello guys,
I am having a problem switching the font in Sublime Text 2 in Ubuntu 10.10 to Inconsolas. Installed the font from console, updated the font cache, went to Preferences > Settings-User and wrote:
{
“color_scheme”: “Packages/Color Scheme - Default/Sunburst.tmTheme”,
“font_face”: ‘Inconsolata’,
“font_size”: 10
}

and when I go Ctrl+S I get: “Error trying to parse settings: Expected value in ~/.config/sublime-text-2/Packages/User/Preferences.Sublime-settings:3:15”. If im not mistaken, that seems like it is not detecting the font. I am no Linux wiz, but I think this is the way to do it. Anything I am doing wrong?

Cheers

0 Likes

#2

You should wrap the font name in double quotes.

0 Likes

#3

God damn! Tried everything EXCEPT that… works fine in single quotes in Windows… thanks mate!

0 Likes