monaspace
monaspace copied to clipboard
Alignment issues (example: VSCode Notebook output cell)
A lot of "Data work" these days is done with "DataFrame-libraries" which present data in tabular form which you can print to show the content
It should look like here on github with correct alignment
# DataFrame / table
┌─────┐
│ x │
│ --- │
│ i64 │
╞═════╡
│ 1 │
│ 2 │
└─────┘
# some more examples
x
└ x
─ x
───── x
└────┘ x
────── x
Unfortunately it looks like this:
is there a possibility to "fix" this? 😀
This is happening because Monaspace does not include box drawing glyphs, and as a result your terminal is falling back to glyphs from a different font which don't have the same metrics as monaspace.
I added this to the list of potential improvements we might make down the road!
Addressing this would be lovely! ❤️
I adore your font and this for me is the only shortcoming so far 😊