I don't know why but attachment was not sent. Retrying, plus file content here to be sure.
$ cat 81-nimbus.conf <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Create a new family to incluse Nimbus Sans L Condensed variants --> <match target="scan"> <test name="postscriptname" compare="eq"> <string>NimbusSanL-ReguCond</string> </test> <edit name="family" mode="assign"> <string>Nimbus Sans L Condensed</string> </edit> <edit name="style" mode="assign"> <string>Regular</string> </edit> </match> <match target="scan"> <test name="postscriptname" compare="eq"> <string>NimbusSanL-BoldCond</string> </test> <edit name="family" mode="assign"> <string>Nimbus Sans L Condensed</string> </edit> <edit name="style" mode="assign"> <string>Bold</string> </edit> </match> <match target="scan"> <test name="postscriptname" compare="eq"> <string>NimbusSanL-ReguCondItal</string> </test> <edit name="family" mode="assign"> <string>Nimbus Sans L Condensed</string> </edit> <edit name="style" mode="assign"> <string>Regular Italic</string> </edit> </match> <match target="scan"> <test name="postscriptname" compare="eq"> <string>NimbusSanL-BoldCondItal</string> </test> <edit name="family" mode="assign"> <string>Nimbus Sans L Condensed</string> </edit> <edit name="style" mode="assign"> <string>Bold Italic</string> </edit> </match> </fontconfig>
81-nimbus.conf
Description: Binary data