This file is indexed.

/etc/fonts/conf.avail/65-0-fonts-taml-tamu.conf is in fonts-taml-tamu 1.0-2.

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
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <!-- Tamil (ta) -->
  <!-- TAM* and TSC* fonts use a custom legacy encoding and should never be picked by fontconfig -->
  <selectfont>
    <rejectfont>
      <pattern>
        <patelt name="family"><string>TAMu_Kadambri</string></patelt>
        <patelt name="family"><string>TAMu_Kalyani</string></patelt>
        <patelt name="family"><string>TAMu_Maduram</string></patelt>
      </pattern>
    </rejectfont>
  </selectfont>
</fontconfig>