Merge pull request #535 from xuzhao9/fix-fontconfig

Fix incorrect fontconfig.
This commit is contained in:
Chris Simpkins 2020-11-21 16:59:42 -05:00 committed by GitHub
commit a737c121ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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