6

How can I change the default font in both Gnome and Terminal to Roboto without installing any additional software? I'm using gnome-terminal.

gio1135
  • 61
  • 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 Answers2

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.

  1. sudo apt-get install fonts-roboto
  2. Right click on Terminal
  3. Profiles -> Profile preferences
  4. 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
0

I found this to be working:

gsettings set org.gnome.desktop.interface monospace-font-name 'Noto Mono 11'

(Probably not all apps, gedit changes instantly)

muru
  • 197,895
  • 55
  • 485
  • 740
aularon
  • 105
  • 5