Fontes do sistema
Você pode aumentar as fontes. Vá para ...
Menu>System Tools>System Settings>Appearance>Fonts
.. Para alterar as fontes do sistema.
Em seguida, para alterar o tamanho da fonte do Nemo, instalei o dconf-tools e selecionei a área de trabalho org > nemo > para aumentar os tamanhos de fonte da área de trabalho.
GTK-Apps Para tornar as fontes maiores do GTK-Apps, como o GIMP, você precisa fazer alterações adicionais:
- Open home folder, press Ctrl+H (or click View > Show hidden files)
File > click "Create new document" > Empty document
Create a file named .gtkrc-2.0 (note the dot at beginning)
Open file and enter this line, of course substituting your own username for "your-user-name" :) :
include '/home/your-user-name/.gtkrc.mine'
Save the file
Close
Create another file named
.gtkrc-1.2-gnome2
Open file and enter the same line:
include '/home/your-user-name/.gtkrc.mine'
Save the file
Close
Create this file named
.gtkrc.mine
- Open the file
Enter the following text (just replace "11" with the value of the size of text you want):
style "gedit"
{
font_name = "11"
}
widget_class "*" style "gedit"
gtk-font-name = "11"
Save file
- Close