I'm on a clean installation of 0.47.1 on Puppy Linux (Slacko), and I'm trying to get the font weight to "normal" instead of bold. The -font-weight flag doesn't seem to help.
When I run PD I get the following:
Fontconfig warning: "/etc/fonts/conf.d-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
The contents of /etc/fonts/conf.d-user.conf are:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Load per-user customization files where stored on XDG Base Directory
specification compliant places. it should be usually:
$HOME/.config/fontconfig/conf.d
$HOME/.config/fontconfig/fonts.conf
-->
<include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
<include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
<!-- the following elements will be removed in the future -->
<include ignore_missing="yes" deprecated="yes">~/.fonts.conf.d</include>
<include ignore_missing="yes" deprecated="yes">~/.fonts.conf</include>
</fontconfig>
I seem to remember that there's some way of editing this file that fixes it, but I can't find it. Can anyone help?