Skip to content

fix: disable font ligatures in code - #155

Merged
Hofer-Julian merged 1 commit into
RoboStack:mainfrom
Hofer-Julian:disable-font-ligatures
Aug 11, 2026
Merged

fix: disable font ligatures in code#155
Hofer-Julian merged 1 commit into
RoboStack:mainfrom
Hofer-Julian:disable-font-ligatures

Conversation

@Hofer-Julian

Copy link
Copy Markdown
Contributor
  • JetBrains Mono renders ligatures by default, so sequences like -> showed up as single glyphs in code
  • Set font-variant-ligatures: none on code, pre, kbd and samp globally
  • The quick-start terminal renders commands in plain divs, so it gets the same declaration on .term

- JetBrains Mono renders ligatures by default, so sequences like `->` showed up as single glyphs in code
- Set `font-variant-ligatures: none` on `code`, `pre`, `kbd` and `samp` globally
- The quick-start terminal renders commands in plain `div`s, so it gets the same declaration on `.term`
@Hofer-Julian
Hofer-Julian marked this pull request as ready for review August 11, 2026 12:40
@Hofer-Julian
Hofer-Julian merged commit 658a739 into RoboStack:main Aug 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants