update font config source path

closes #98
This commit is contained in:
Pig Monkey 2021-08-18 10:17:56 -07:00
parent 729ab58aa1
commit 24248e2560

View file

@ -16,19 +16,19 @@
- name: Enable LCD filter
file:
src: /etc/fonts/conf.avail/11-lcdfilter-default.conf
src: /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf
dest: /etc/fonts/conf.d/11-lcdfilter-default.conf
state: link
- name: Enable sub-pixel rendering
file:
src: /etc/fonts/conf.avail/10-sub-pixel-rgb.conf
src: /usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
dest: /etc/fonts/conf.d/10-sub-pixel-rgb.conf
state: link
- name: Enable hinting
file:
src: /etc/fonts/conf.avail/10-hinting-slight.conf
src: /usr/share/fontconfig/conf.avail/10-hinting-slight.conf
dest: /etc/fonts/conf.d/10-hinting-slight.conf
state: link