Disable font family fix as it seems to break things.

master
Icedream 2020-10-18 22:14:37 +02:00
parent 299cc8a876
commit 1d3036715f
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<!-- by default fontconfig assumes any unrecognized font is sans-serif, so -->
<!-- the fonts above now have /both/ families. fix this. -->
<!-- note that "delete" applies to the first match -->
<match>
<!--<match>
<test compare="eq" name="family">
<string>sans-serif</string>
</test>
@ -38,7 +38,7 @@
<string>monospace</string>
</test>
<edit mode="delete" name="family"/>
</match>
</match>-->
<!-- emoji support -->
<match>