/etc/fonts/conf.avail/59-lohit-devanagari.conf is in fonts-lohit-deva 2.95.4-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 16 17 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<!-- Microsoft -->
<alias binding="same">
<family>mangal</family>
<accept>
<family>Lohit Devanagari</family>
</accept>
</alias>
<alias binding="same">
<family>Lohit Devanagari</family>
<default>
<family>managl</family>
</default>
</alias>
</fontconfig>
|