Merge pull request #535 from xuzhao9/fix-fontconfig

Fix incorrect fontconfig.
master
Chris Simpkins 2020-11-21 16:59:42 +07:00 committed by GitHub
commit a737c121ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

@ -9,10 +9,10 @@
<!-- if this file is put in users configuration, unset sans-serif family -->
<match>
<test compare="eq" name="family">
<string>Hack</string>
<string>sans-serif</string>
</test>
<test compare="eq" name="family">
<string>sans-serif</string>
<string>Hack</string>
</test>
<edit mode="delete" name="family"/>
</match>