question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 the hyper-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:open
  • Created 4 years ago
  • Reactions:27
  • Comments:59 (8 by maintainers)

github_iconTop GitHub Comments

24reactions
orangecolouredcommented, May 8, 2019

@nurtext Because technically this bug was resolved. The ligatures work without WebGL renderer. I think another issue should be created addressing this.

18reactions
nurtextcommented, May 8, 2019

@orangecoloured I understand, but for me it’s still open because turning off the newly introduced renderer isn’t a valid fix. Ever tried tailing or cating 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found