powerline/fonts

Add JetBrains Mono for Powerline

seanghay opened this issue ยท 11 comments

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

image

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

yes!

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

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>

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

imtbl commented

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

Does that mean i dont need the nerd font anymore?

imtbl commented

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.

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

Coooool!