diff options
Diffstat (limited to 'testing/docker/desktop1604-test/fonts.conf')
-rw-r--r-- | testing/docker/desktop1604-test/fonts.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/docker/desktop1604-test/fonts.conf b/testing/docker/desktop1604-test/fonts.conf new file mode 100644 index 000000000..9784fcc98 --- /dev/null +++ b/testing/docker/desktop1604-test/fonts.conf @@ -0,0 +1,5 @@ +<match target="font"> + <edit name="antialias" mode="assign"> + <bool>false</bool> + </edit> +</match> |