Fix for font render issue

I haven't test this yet on other distributions; just XUbuntu 20.04. Will test soon.
This commit is contained in:
EMH-Mark-I 2020-06-12 12:37:25 -05:00
parent ca7ae6a590
commit 5110b0a44e

View File

@ -14,8 +14,7 @@
<match target="pattern"> <match target="pattern">
<test name="family"><string>Microsoft Sans Serif</string></test> <test name="family"><string>Microsoft Sans Serif</string></test>
<test name="weight" compare="more_eq"><const>bold</const></test> <test name="weight" compare="more_eq"><const>bold</const></test>
<edit name="family" mode="assign" binding="strong"><string>MS Sans Serif</string></edit> <edit name="family" mode="assign" binding="strong"><string>MS Sans Serif Bold</string></edit>
<edit name="embolden" mode="assign"><bool>false</bool></edit> <edit name="embolden" mode="assign"><bool>false</bool></edit>
</match> </match>
</fontconfig> </fontconfig>