/usr/share/fontconfig/conf.avail/30-opensymbol.conf is in fonts-opensymbol 2:102.10+LibO6.0.3-0ubuntu1.
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 | <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "/etc/fonts/conf.d/fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family"><string>Symbol</string></test>
<edit name="family" mode="append" binding="same">
<string>OpenSymbol</string>
</edit>
</match>
</fontconfig>
|