1,安装 poppler-data
2,修改 /etc/fonts/conf.d/49-sansserif.conf
3,自己配置字体替换,在 ~/.fonts.conf 中
见 http://freedesktop.org/wiki/Software/poppler
<alias bind="same">
<family>Font A</family>
<accept><family>Font B</family></accept>
</alias>
If that does not work for you use
<match target="pattern">
<test name="family">
<string>Font A</string>
</test>
<edit name="family" mode="prepend" binding="same">
<string>Font B</string>
</edit>
</match>
574

被折叠的 条评论
为什么被折叠?



