Add PowerlineSymbols font to font config.

master
Icedream 2018-02-20 11:04:28 +01:00
parent 9fc9ab0842
commit c0ec3508a4
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 10 additions and 1 deletions

View File

@ -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>