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