cd /usr/local/etc/fonts/conf.d && ln -s ../conf.avail/70-no-bitmaps.conf
I did that, but what I win with it?Try disabling bitmap fonts if you haven't already:cd /usr/local/etc/fonts/conf.d && ln -s ../conf.avail/70-no-bitmaps.conf
No, no DE, plain X11. It is no wonder that firefox supposes everyone uses a DE.Are you using firefox within a DE?
… no DE, plain X11. …
… 93.0 …
… Something changed in the last upgrade. …
I solved it by selecting other fonts in firefox.hruodr what was the outcome?
xdvi
.Anti-aliasing makes borders slightly fuzzy, which makes very small text more readable and removes "staircases" from large text, but can cause eyestrain if applied to normal text. To exclude font sizes smaller than 14 point from anti-aliasing, include these lines: ...
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>