This file is indexed.

/etc/fonts/conf.avail/90-fonts-nanum-gothic-light.conf is in fonts-nanum-gothic-light 1.000-1.

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>
  <!-- specify fallbacks for the missing glyphs. -->
  <match target="pattern">
    <test name="family" compare="eq">
      <string>나눔고딕 Light</string><string>NanumGothic Light</string>
    </test>
    <edit name="family" mode="append">
      <string>NanumGothic</string>
      <string>UnDotum</string>
      <string>DejaVu Sans</string>
    </edit>
  </match>
</fontconfig>