box drawing is not monospaced
Opened this issue · 5 comments
(not sure if the issue belongs to this library)
Pipes did not render with a monospace font.
╔═════════╦═════════╦═════════╦═════════╦═════════╗
║ Size ║ OpenSSL ║ OpenSSL ║This work║ Speedup ║
║ (bytes) ║ (x64) ║ (shani) ║ (shani) ║x64/shani║
╠═════════╩═════════╩═════════╩═════════╩═════════╣
It seems to work on my end, so I think you are bumping into a font problem. That is usually your browser setting's fault, but GitHub's CSS might also be encouraging some wrong choices. Do you mind using "Inspect Element" on the <pre>
, and going to the bottom of the "Computed" part to see what fonts are being used?
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace
…That is the CSS result. On Chrome there's a "Rendered Fonts" thing, but it doesn't seem to be there on Safari... Ah just tell me your OS.
This is the output from Chrome in Fedora/Ubuntu.
Liberation Mono—Local file(114 glyphs)
Consolas—Local file(90 glyphs)
It looks like you are using an old version of Consolas that doesn't have box-drawing characters in it, so the Liberation Mono fallback takes the place. On my Windows 10 computer which does have the latest version of Consolas, all 204 glyphs are provided by it.
(For obvious copyright reasons I can't upload the font for you. You'll have to look on the web.)