Add font glyph compatability
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
When typing logical operators or grammatical symbols, fonts like fira code have custom glyphs for this. (e.g. =>, >=, <=, ..., +=, -=, ==, ===, !=, !==, etc.). Hyper currently does not use these glyphs.
Describe the solution you'd like
I would like Hyper to implement support for these glyphs. this is a pretty common feature of Nerd Fonts.
Describe alternatives you've considered
Ive attempted to enable this via CSS, but it seems like there isn't a clear or universal way to do this.
Additional context


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by investigating Hyper's font rendering and the CSS-based approaches mentioned in the issue, using the listed operator sequences as examples. Done means Hyper renders supported combinations such as =>, >=, +=, ==, and !== with the selected font's custom glyphs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100