Blank spaces in bash

Hello,

I don’t know if this is a bug or just a matter of setting it up correctly.

Recently I have large gaps between individual words in the terminal. This makes it all look quite confusing.

Does anyone know a way to fix this?

First of all, that does not look like a mono-spaced font. What font is it, by the way?

1 Like

The font is https://fonts.google.com/specimen/Roboto

I chose standard Roboto.

You think it has some thing to do with the type of font?

Roboto is a true-type font, so I’m betting that’s the problem. Try something standard like Monospace and see what happens.

Now, if you want to use a monospace Roboto font, try installing ttf-roboto-mono.

4 Likes

I like to use ttf-jetbrains-mono-nerd for the terminal.

1 Like

That was the solution. Thanks. :wink:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.