powerline / fonts

Patched fonts for Powerline users.
25.68k stars 3.19k forks source link

Add JetBrains Mono for Powerline #336

Closed seanghay closed 4 years ago

seanghay commented 4 years ago

JetBrains has just released a new open-source font called JetBrains Mono.

image

seanghay commented 4 years ago

Here is my version of patched JetBrains Mono for Powerline. In case anyone wants to use it.

dagadbm commented 4 years ago

yes!

testing-in-chrome commented 4 years ago

+1

wyhasany commented 4 years ago

@seanghay could you add non-ascii characters available here? https://github.com/Falkor/dotfiles/blob/master/fonts/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf

seanghay commented 4 years ago

@seanghay could you add non-ascii characters available here? Falkor/dotfiles:fonts/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf@master

I really have no idea how to do that.

genesistms commented 4 years ago

EDIT: NerdFont have JetBrainsMono patched...

It can be done without patching the font using fontconfig substitude. I am on Fedora.

I am using JetBrains Mono and whenever cannot find symbol try to find it in Hack font (or whatever you want to substitude for).

My fontconfig in $HOME/.config/fontconfig/conf.d folder

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
    <!-- SUBSTITUDE -->
    <alias binding="same">
        <family>Hack</family>
        <accept>
            <family>JetBrains Mono</family>
        </accept>
    </alias>
</fontconfig>
jmigual commented 4 years ago

Hey, I submitted a PR with that, it's in #337

imtbl commented 4 years ago

JetBrains Mono has had official Powerline support since v1.0.2.

dagadbm commented 4 years ago

Does that mean i dont need the nerd font anymore?

imtbl commented 4 years ago

Does that mean i dont need the nerd font anymore?

The official version has been working fine for me. I only found out about it a week or so ago myself.

I was maintaining a PKGBUILD of seanghay's patched font in the AUR (user repository for Arch Linux packages) before before but had it removed after someone notified me that Powerline support has been official since v1.0.2.

seanghay commented 4 years ago

JetBrains Mono has had official Powerline support since v1.0.2.

Coooool!