Skip to content

Commit ad81c0d

Browse files
committed
Note about fonts
I initially had issues with the highest block, that was not showing fine. It turned out that the font I had in the terminal - "Monaco" - was providing its own rendition of that block, without providing the intermediate ones. Switching to Menlo fixed it. I don't know if you want to "make names" in the README.md though, so I kept the message generic.
1 parent 1c2a26f commit ad81c0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ If you're on OS X, spark is also on [Homebrew][brew]:
1717

1818
brew install spark
1919

20+
Depending on the fonts you have in your system and you use in the
21+
terminal, you might end up with irregular blocks. This is due to some
22+
fonts providing only part of the blocks, while the others are taken from
23+
a different, fallback font.
24+
2025
## usage
2126

2227
Just run `spark` and pass it a list of numbers (comma-delimited, spaces,

0 commit comments

Comments
 (0)