Project

General

Profile

.fonts.conf

Sergey Ivanovskiy, 06/20/2016 05:51 PM

Download (268 Bytes)

 
1
<?xml version="1.0"?>
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
<!-- /etc/fonts.conf file to configure system font access -->
4
<fontconfig>
5

    
6
<!-- Antialias -->
7

    
8
<match target="font"><edit mode="assign" name="antialias">
9
<bool>false</bool>
10
</edit>
11
</match>
12
</fontconfig>