-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Powerline fonts not working anymore #3343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue! |
Any idea of where this issue might have popped up? I tried going back through the changelog but nothing popped out to me. |
So, I installed hyper 2 just now from scratch, then changed the font in preferences (to 'Source Code pro for Powerline') and it worked fine. Then I installed a theme (using the CLI: |
Actually, strike the above. module.exports = {
config: {
// Overrides for the verminal theme
verminal: {
fontFamily: '"Source Code Pro for Powerline"'
},
// default font size in pixels for all tabs
fontSize: 14,
fontFamily: '"Source Code Pro for Powerline", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// [etc...] |
It didn't work for me. I tried reinstalling and tired different themes as well, still same result! |
@batjko |
Indeed. In the screenshot I'm using the WSL, which is what I do most development from.
Not idea but yea, possibly. |
I'm on macOS as well and I'm using Fish shell of that's related as well. |
It seems to be solved in 3.0.0-canary.4 (not in 2.1.1), even if I can't find why in the backlog - but who cares, I'm so happy that I have my favourite Terminal back and running! ❤️ |
It works for me, make sure using theme “verminal” |
In the font family I just added |
It doesn't work for me. I have Hyper 3.0.2 installed on macOS High Sierra. Also, I've installed "Source Code Pro for Powerline", but it doesn't change anything. What to do? |
It doesn't work for me as well |
Its working for me under macOS Mojave 10.14.6 with Powerline fonts installed and also on Windows 10 Home too :) With mac I was forced to do @batjko solution, on Windows no fix was needed. |
Worked for me
|
If you're running into this issue after upgrading to macOS Catalina, update the permissions on your |
- Switched theme to `verminal` - Added a config option for `verminal` to set the font family, per GH issues mentioning Powerline fonts problems - vercel/hyper#3343 - Enable `hyper-font-ligatures` - Removed the `lineHeight` option, as it was messing up the oh-my-zsh theme
IT WORKS AWESOME |
Uh oh!
There was an error while loading. Please reload this page.
Issue
I use Fish Shell with Hyper and used to have Hack as Powerline font to display special glyphs. It worked just fine in v2.0, but it seems to be broken on v2.1.0. I tried other Powerline fonts (Fira Code, Roboto Mono, Go Mono) without results. It seems to work on Terminal, here's a couple of screenshots to see the difference:
The text was updated successfully, but these errors were encountered: