mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Enable full font hinting
To my taste full hinting looks better than slight hinting (which is used by default).
This commit is contained in:
parent
a9f692e733
commit
b6cfb6eddb
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue