mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Merge pull request #158 from rmoraes92/feature/readme-add-guide-fix-vscode-lack-character-spacing
README.md - adds guide to fix lack of spacing on vscode
This commit is contained in:
commit
8086f4e484
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -156,6 +156,23 @@ will want to use CozetteVector there. In applications that do support bitmap
|
|||
fonts, you will want to use the normal, bitmap Cozette (unless it's too
|
||||
small for you, in which case, CozetteVector scales better).
|
||||
|
||||
#### VSCode Letter Spacing
|
||||
|
||||
Sometimes the font might render without proper space betweening the characters (font size set to 13):
|
||||
|
||||

|
||||
|
||||
To fix this you need to set (in your settings):
|
||||
- terminal.integrated.letterSpacing to 1
|
||||
|
||||

|
||||
|
||||
After that your terminal should look like this (font size set to 13):
|
||||
|
||||

|
||||
|
||||
_Note: VSCode also provides the option editor.letterSpacing which adjusts the spacing for the file editor._
|
||||
|
||||
#### Kitty
|
||||
|
||||
**[4e554c4c](https://github.com/4e554c4c) made [an AUR package for `kitty` patched to support bitmap fonts](https://aur.archlinux.org/packages/kitty-bitmap/).**
|
||||
|
|
|
|||
Loading…
Reference in a new issue