Simplify matches.
parent
276cff299f
commit
a863295576
|
@ -45,19 +45,9 @@
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>serif</string>
|
<string>serif</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend" binding="weak">
|
|
||||||
<string>emoji</string>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
<match>
|
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>sans-serif</string>
|
<string>sans-serif</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend" binding="weak">
|
|
||||||
<string>emoji</string>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
<match>
|
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>monospace</string>
|
<string>monospace</string>
|
||||||
</test>
|
</test>
|
||||||
|
@ -68,13 +58,14 @@
|
||||||
|
|
||||||
<!-- powerline symbols -->
|
<!-- powerline symbols -->
|
||||||
<match>
|
<match>
|
||||||
<test name="family">
|
<test qual="any" name="family">
|
||||||
<string>monospace</string>
|
<string>monospace</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend">
|
<edit name="family" mode="prepend">
|
||||||
<string>PowerlineSymbols</string>
|
<string>PowerlineSymbols</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<!-- nerd symbols -->
|
<!-- nerd symbols -->
|
||||||
<match>
|
<match>
|
||||||
<test qual="any" name="family">
|
<test qual="any" name="family">
|
||||||
|
|
Loading…
Reference in New Issue