i fix this adding this code in /etc/font.conf
this code doesn't work in ~/font.conf and /etc/local.conf!!!!
Quote:
<match target="pattern">
<test qual="any" name="family">
<string>courier</string>
</test>
<edit name="family" mode="assign">
<string>courier new</string>
</edit>
</match>
|