Add PowerlineSymbols font to font config.
parent
9fc9ab0842
commit
c0ec3508a4
|
@ -27,7 +27,6 @@
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
<!-- emoji support -->
|
<!-- emoji support -->
|
||||||
<match>
|
<match>
|
||||||
<test name="family">
|
<test name="family">
|
||||||
|
@ -53,4 +52,14 @@
|
||||||
<string>emoji</string>
|
<string>emoji</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
<!-- powerline symbols -->
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>monospace</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend">
|
||||||
|
<string>PowerlineSymbols</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
</fontconfig>
|
</fontconfig>
|
Loading…
Reference in New Issue