Fix incorrect fontconfig.

pull/535/head
xz9 2020-11-19 10:23:37 +07:00
parent 1eddf94312
commit 2d325c4aeb
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>