How can I change the default font in both Gnome and Terminal to Roboto without installing any additional software? I'm using gnome-terminal.
Asked
Active
Viewed 1.8k times
6
-
http://askubuntu.com/questions/454279/change-default-system-font-using-terminal-only-in-14-04/454292 – m1xalis Feb 18 '16 at 22:12
-
Can you specify if you're trying to change Gnome fonts, or if you're trying to change fonts for your terminal? If it's your terminal, can you specify which terminal you're using? – earthmeLon Feb 18 '16 at 23:30
2 Answers
5
I'm giving you a "change the font in Terminal, not system-wide monospace" response, since it seems what you are asking.
You need to install the font, then change the settings the Terminal.
sudo apt-get install fonts-roboto
- Right click on Terminal
- Profiles -> Profile preferences
- Change the Font: to Roboto
Note: Roboto is not a monospace font, so it's not the best for use in Terminal. Your terminal use will be better with a monospace font such as Inconsolata, DejaVu Sans Mono, Ubuntu Mono, or Source Code Pro.

13rac1
- 972
-
2FWIW, there's a very nice mono version of Roboto that I've come to enjoy.
(Ubuntu Mono tends to be my usual go-to, though. Sometimes I switch it up out of boredom, but... that's not really important. ;))
– Toby Deshane Nov 11 '17 at 03:11
0
gsettings set org.gnome.desktop.interface monospace-font-name 'Noto Mono 11'
(Probably not all apps, gedit changes instantly)