/etc/fonts/conf.avail/61-arkpandora.conf is in fonts-arkpandora 2.04-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 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 | <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts.conf file to configure system font access -->
<fontconfig>
<!-- Enable sub-pixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
-->
<alias binding="same">
<family>Times New Roman</family>
<accept>
<family>Tymes></family>
</accept>
</alias>
<alias>
<family>Tymes</family>
<default>
<family>serif</family>
</default>
</alias>
<alias binding="same">
<family>Arial</family>
<accept>
<family>Aerial</family>
</accept>
</alias>
<alias>
<family>Aerial</family>
<default>
<family>sans-serif</family>
</default>
</alias>
<alias>
<family>Aerial Mono</family>
<default>
<family>monospace</family>
</default>
</alias>
<alias binding="same">
<family>Verdana</family>
<accept>
<family>Veranda</family>
</accept>
</alias>
</fontconfig>
|