Hi all,
thanks for bringing a great terminal Emulator on to Windows! With the Linux Subsystem I am loving it - it even has gruvbox.
Unfortunately though, the vim-airline fonts (from https://github.com/powerline/fonts) do not render correctly, and the way it looks the font does not even get loaded (see the second ugly screenshot with the offset cursor when only having set monospace as font. Might hyper perceive the font names differently or only want to load system fonts?!
See the badly/incorrectly rendered font here:

With only the Powerline font set everything breaks:

and not for Windows. The fonts are installed, but at this point I am not sure where the error might arise from?
My System specs:
Hyper 1.2.1
Electron 1.4.7
win32 x64 10.0.14393
My .hyper.js: https://gist.github.com/flxw/8916660d9d730729382baa6702736310
My fontsize is set to 12.5 - changing this value does not change anything.
@flxw Using e.g. Fira Code works for me (Powerline Characters and Ligatures) on Windows.
fontFamily: '"Fira Code", monospace'
Thanks thasmo! That's a lovely font, but it unfortunately doesn't change anything for me.
This bug is a real showstopper for me 馃憥 With Fira, it looks similar to the not-loaded-font-issues above.

@flxw I'm using a Powerline font as well in Windows. No issues, here.. Did you install the font(s) using the install script or some other method?
Hey @cdhunt, that's really great news! I installed the fonts like this:

EDIT: Running the installation script did not solve anything for me :(
EDIT: The relevant portion of my vimrc, should it make a difference
" Plugin: Airline
"let g:airline_theme='gruvbox'
let g:airline_theme='base16'
"let g:airline_powerline_fonts=1
set encoding=utf-8
@cdhunt could you show me the values I need to put into my .hyper.js file? Kind of annoying I can't just select the font from a drop down menu or something.
@DanielGGordon Here is my config.
https://gist.github.com/cdhunt/75b0162aa4cb1f11ce2b592e8c324bfa
I don't imagine it would make a difference, but for what it's worth, I used the install.ps1 in the zip to install all of the PowerLine fonts.
So I didn't install all of them - also I wanted to use some nerd font like this one, but I don't know what value to put in the config to point to this font.
Edit: FuraCode NF seems to work! Although fonts are a bit small, but I dont think you can do anything about that.
I believe however the name is displayed in Control Panel\Appearance and Personalization\Fonts
Hey guys. I used the install script and - whatever the reason may have been in the end - the issue virtually disappeared for me with version 1.3.1. Now the special characters are rendered somewhat incorrectly, but that's a duplicate of #1630, so I'd suggest to close this issue.

Here are my configurations: https://gist.github.com/flxw/424a4eb3609efcdfe4f953dccf6f21eb
The relevant part in .vimrc was to to set let g:airline_powerline_fonts=1
Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you!
Most helpful comment
@flxw Using e.g. Fira Code works for me (Powerline Characters and Ligatures) on Windows.
fontFamily: '"Fira Code", monospace'