How do I get back the default Ubuntu fonts after installing wine?

Solution 1:

Installing wine will also push the "ttf-mscorefonts-installer" package which brings some aditional fonts.

You can remove it without removing wine, but it can negatively affect the look of some applications running from wine.

To remove it, open a terminal and type:

sudo apt-get purge ttf-mscorefonts-installer

Solution 2:

Another work around for me is using command sudo apt-get install wine --no-install-recommends. It only install the wine only.