Disable font family fix as it seems to break things.
parent
299cc8a876
commit
1d3036715f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue