Skip to content

instructions for non patched fonts? #124

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions