docs: update font issue troubleshooting header

This commit is contained in:
ClementTsang 2023-03-29 04:33:07 -04:00
parent 4d61ca4d41
commit 9146c4f6dd
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095

View File

@ -23,11 +23,13 @@ Another (better) alternative is to install a font that supports braille fonts, a
For example, installing something like [UBraille](https://yudit.org/download/fonts/UBraille/) or [Iosevka](https://github.com/be5invis/Iosevka) For example, installing something like [UBraille](https://yudit.org/download/fonts/UBraille/) or [Iosevka](https://github.com/be5invis/Iosevka)
and ensuring your terminal uses it should work. and ensuring your terminal uses it should work.
### Braille font issues on Linux ### Braille font issues on Linux/macOS/Unix-like
See [here](https://github.com/cjbassi/gotop/issues/18) for possible fixes if you're having font issues. Generally, the Generally, the problem comes down to you either not having a font that supports the braille markers, or your terminal
problem comes down to you either not having a font that supports the braille markers, or your terminal emulator is not emulator is not using the correct font for the braille markers.
using the correct font for the braille markers.
See [here](https://github.com/cjbassi/gotop/issues/18) for possible fixes if you're having font issues on Linux, which
may also be helpful for macOS or other Unix-like systems.
If you're still having issues, feel free to open a [discussion](https://github.com/ClementTsang/bottom/discussions/new/) If you're still having issues, feel free to open a [discussion](https://github.com/ClementTsang/bottom/discussions/new/)
question about it. question about it.