1

Last week, fonts in Ubuntu 20.04 have grown a lot bigger. How do I revert them to the old size? I can't find desktop icon font size in settings or tweak tool.

xiota
  • 4,849
Christine
  • 471
  • 1
  • 7
  • 21

1 Answers1

3

you can try this out to change font size on ubuntu 20.04:

  1. Option One:

    • open settings.

    • go to universal access.

    • check if Large Text is on - if it is, turn it off.

  2. Option Two:

    • use gnome tweaks.

    • use sudo apt install gnome-tweaks to install the tool.

    • after installation open the app.

    • then change the scaling factor value to 1.0 (wich is the default value).

  3. Option Three:

    • using terminal to increase or decrease text size.

    • gsettings set org.gnome.desktop.interface text-scaling-factor (value) - value 1 its the default value.

    • gsettings reset org.gnome.desktop.interface text-scaling-factor - to reset the value to his default size.

    • this link found helpful to solve the problem How do I change the font DPI settings? (added after edit).

johncli
  • 199
  • 1
  • 9