Not sure if this will work but mabe try
Code:
apt-get install --reinstall -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew fontconfig fontconfig-config
or
Code:
apt-get update
apt-get install fontconfig/testing fontconfig-config/testing libfontconfig1/testing
apt-get install fontconfig fontconfig-config libfontconfig1
apt-get dist-upgrade
say 'y' to the new fonts.conf question
then maybe this
Code:
fix-fonts -e then fc-cache -f -vv
|