-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Description
I'm not really aware of the performance or any other implications for this, but this does seem to be a valid way of using the devicons and powerline fonts without patching.
cat $HOME/.config/fontconfig/fonts.conf<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>Inconsolata-dz</family>
<prefer>
<family>PowerlineSymbols</family>
<family>icomoon</family>
</prefer>
</alias>
<alias>
<family>Source Code Pro</family>
<prefer>
<family>PowerlineSymbols</family>
<family>icomoon</family>
</prefer>
</alias>
</fontconfig>NOTE: devicons shows up as icomoon
If anybody has any reasons why it's a bad idea, then let me know.