/etc/fonts/conf.avail/25-arphic-ukai-render.conf is in fonts-arphic-ukai 0.2.20080216.2-4ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<test name="family" compare="contains" >
<string>AR PL UKai</string>
</test>
<edit name="globaladvance"><bool>false</bool></edit>
<edit name="spacing"><int>90</int></edit>
<edit name="minspace"><bool>false</bool></edit>
</match>
</fontconfig>
|