This file is indexed.

/etc/fonts/conf.avail/90-fonts-unfonts-core.conf is in fonts-unfonts-core 1.0.3.is.1.0.2-080608-10ubuntu1.

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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <!-- Un fonts have no hint instructions so they rely on autohint and
       antialias. Note that they might look horrible with some
       autohint configuration. -->
  <match target="font">
    <test name="family" qual="any">
      <string>UnBatang</string>
    </test>
    <edit name="antialias" mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hinting"   mode="assign" binding="strong"><bool>false</bool></edit>
    <edit name="autohint"  mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign" binding="strong"><const>hintslight</const></edit>
  </match>
  <match target="font">
    <test name="family" qual="any">
      <string>UnDotum</string>
    </test>
    <edit name="antialias" mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hinting"   mode="assign" binding="strong"><bool>false</bool></edit>
    <edit name="autohint"  mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign" binding="strong"><const>hintslight</const></edit>
  </match>
  <match target="font">
    <test name="family" qual="any">
      <string>UnGungseo</string>
    </test>
    <edit name="antialias" mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hinting"   mode="assign" binding="strong"><bool>false</bool></edit>
    <edit name="autohint"  mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign" binding="strong"><const>hintslight</const></edit>
  </match>
  <match target="font">
    <test name="family" qual="any">
      <string>UnPilgi</string>
    </test>
    <edit name="antialias" mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hinting"   mode="assign" binding="strong"><bool>false</bool></edit>
    <edit name="autohint"  mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign" binding="strong"><const>hintslight</const></edit>
  </match>
  <match target="font">
    <test name="family" qual="any">
      <string>UnGraphic</string>
    </test>
    <edit name="antialias" mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hinting"   mode="assign" binding="strong"><bool>false</bool></edit>
    <edit name="autohint"  mode="assign" binding="strong"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign" binding="strong"><const>hintslight</const></edit>
  </match>
</fontconfig>