diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index ef77261..2dadb70 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -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"