Enable full font hinting

To my taste full hinting looks better than slight hinting (which is used by default).
This commit is contained in:
Kron4ek 2021-06-10 02:03:50 +05:00 committed by GitHub
parent a9f692e733
commit b6cfb6eddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,5 +176,9 @@ touch "${bootstrap}"/etc/asound.conf
touch "${bootstrap}"/etc/localtime
chmod 755 "${bootstrap}"/root
# Enable full font hinting
rm -f "${bootstrap}"/etc/fonts/conf.d/10-hinting-slight.conf
ln -s /usr/share/fontconfig/conf.avail/10-hinting-full.conf "${bootstrap}"/etc/fonts/conf.d
clear
echo "Done"