mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 15:44:22 +02:00
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:
parent
ca7ae6a590
commit
5110b0a44e
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user