>>109860613
I fixed the aliasing by putting this in ~/.config/fontconfig/conf.d/25-no-bitmap.conf:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<match target="font">
<test name="scalable" compare="eq">
<bool>true</bool>
</test>
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
Comment too long. Click here to view the full text.