Skip to content

Commit

Permalink
Fix for font render issue
Browse files Browse the repository at this point in the history
I haven't test this yet on other distributions; just XUbuntu 20.04. Will test soon.
  • Loading branch information
EMH-Mark-I authored and EMH-Mark-I committed Jun 12, 2020
1 parent ca7ae6a commit 5110b0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Extras/99-ms-sans-serif-bold.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<match target="pattern">
<test name="family"><string>Microsoft Sans Serif</string></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>
</match>
</fontconfig>

0 comments on commit 5110b0a

Please sign in to comment.