3

I turned off my PC (Ubuntu 14.04) and when I turned it back on the fonts had changed (file names, folder names etc.). Why did this happen and how can I change the fonts again?

Now is this way:

enter image description here

Adam
  • 2,638

3 Answers3

2

Maybe it's the font/UI scaling. There is a bug declared in https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1317253

To change the default font there is a similar question Change default system font using terminal only in 14.04

f01
  • 246
2

Using "Unity Tweak Tool" you can customize your default font and themes,

Command to install this:

sudo apt-get install unity-tweak-tool gnome-tweak-tool

You may be asked your system password, for installation.

To open Unity Tweak Tool, open the Dash and search for Unity, open the Unity - > Appearance section and select your customized themes and fonts. Check they work after a restart.

Tim
  • 32,861
  • 27
  • 118
  • 178
BDRSuite
  • 3,156
  • 1
  • 12
  • 11
0

It's too late, but I think this answer can help someone

Just execute this code and restart your computer

sudo apt-get dist-upgrade

Nadimibox
  • 101