mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-21 10:29:13 +00:00
parent
729ab58aa1
commit
24248e2560
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue