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