Showing posts with label Font - Text has turned into boxes in Ubuntu 16.04. Show all posts
Showing posts with label Font - Text has turned into boxes in Ubuntu 16.04. Show all posts

Wednesday, September 5, 2018

Font - Text has turned into boxes in Ubuntu 16.04

Without any cause all text has turned into boxes 'rectangles' everywhere in Ubuntu 16.04.
find /usr/share/fonts -iname '*.ttf' -type f -exec sudo chmod -v 644 {} \;
find /usr/share/fonts -iname '*.otf' -type f -exec sudo chmod -v 644 {} \;
sudo fc-cache -r -v