Font ligatures don't work v3
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: 10.14.4 macOS Mojave
- Hyper.app version: 3.0.0
- Link of a Gist with the contents of your .hyper.js:
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
- The issue is reproducible in vanilla Hyper.app:
Is Vanilla
or with thehyper-font-ligatures
add-on.
Issue
I’m using Fira Code font and the ligatures don’t work. I found this issue https://github.com/zeit/hyper/issues/914 and tried installing the hyper-font-ligatures
add-on or adding this css
termCSS: `
x-screen x-row {
font-variant-ligatures: initial;
}
`,
but none of these seem to work.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:27
- Comments:59 (8 by maintainers)
Top Results From Across the Web
Font ligatures not working - Visual Studio Feedback
I've noticed that the first time I install a font with ligatures, if I start Visual Studio 2019 and choose the font, ligatures...
Read more >Enable Font Ligatures in VS Code - World of Zero
To enable font ligatures in Visual Studio Code you will need to edit the settings.json file. To do this open the VS Code...
Read more >How do i setup font ligatures for Visual Studio Code?
Step #1: Install Fira Code. Step #2: Set the font in VSCode settings: "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', ...
Read more >Enable font ligatures option doesn't work or affect ... - YouTrack
Enable font ligatures option doesn't work or affect ligatures rendering in Terminal · Install monospaced font with programming ligatures like Fira Code ·...
Read more >My Favorite FREE VS Code Font in 2022 - YouTube
My favorite VS Code font is completely FREE and has support for fancy Font Ligatures. In this video, I'll show you how to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nurtext Because technically this bug was resolved. The ligatures work without WebGL renderer. I think another issue should be created addressing this.
@orangecoloured I understand, but for me it’s still open because turning off the newly introduced renderer isn’t a valid fix. Ever tried
tail
ing orcat
ing some logs with the old renderer? It made Hyper almost useless for me. Now Hyper is back in the game (at least for me), but ligatures are a must have in 2019 IMHO.