Ubuntu – How to change gnome terminal font in command line

fontsgnome-terminal

I know how to change gnome's terminal font using the gui enter image description here

But I would like to do the same using the terminal (automated way). How can I do that ?

Best Answer

I have just found out that I can do this with gconftool-2, e.g. :

 gconftool-2 --set /apps/gnome-terminal/profiles/Default/font --type string "Ubuntu Mono derivative Powerline 11"