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