Skip to content

Ghostty renders fonts thinner than others #5948

Answered by 00-kat
A7Lavinraj asked this question in Issue Triage
Discussion options

You must be logged in to vote

Font should be render in its original thickness

This is a very common issue, and in actuality Ghostty renders it correctly and many terminal emulators render it thicker than they should.

On macOS font-thicken works (see also: #3492 (comment)), but unfortunately on Linux the only way to thicken a font in Ghostty is to use font-style, or font-variation if your font of choice is variable.

You can find out what styles Ghostty can see with ghostty +list-fonts. Example output is:

MesloLGM Nerd Font
  MesloLGM Nerd Font Bold
  MesloLGM Nerd Font Bold Italic
  MesloLGM Nerd Font Italic
  MesloLGM Nerd Font Regular

The styles this font has are Bold, Bold Italic, Italic and Regular. Some fonts o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pluiedev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
font Issue within the font stack (typically src/font)
2 participants