I encountered a PDF issue described here [https://askubuntu.com/questions/1031235/wrong-letter-positioning-and-font-in-pdf-form/1286570] that I successfully fixed following the @Xiota answer; if other users loving former infinality config like me found this trick good, I suggest to add this font substitution here (since Nimbus is included in the GSfonts package that is a dependency here).
~/.config/fontconfig/conf.d/10-pdf-aliases.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "/etc/fonts/conf.d/fonts.dtd">
<fontconfig>
<alias binding="same">
<family>CourierStd</family>
<accept>
<family>Courier</family>
</accept>
</alias>
<alias>
<family>CourierStd</family>
<default><family>monospace</family></default>
</alias>
</fontconfig>
Let keep this project alive!
Pinned Comments
jurf commented on 2017-01-28 09:28 (UTC)