0

I've just installed Snap Store on my Ubuntu 19.10. I am confronting this problem.

enter image description here

I have checked the font used in my system, it is the default font. And my system language is set to English(United States)

enter image description here

I don't know why this happens. Could anyone help fix this issue?

dlin
  • 3,830
Liu Bei
  • 741

2 Answers2

0

Close the snap store and run these two commands:

sudo rm /var/cache/fontconfig/*
rm ~/.cache/fontconfig/*

That worked for me.

0

This works for me:

fc-cache -r
pbhj
  • 3,231