Is there any way to force a font to be monospaced using CSS?
By this I mean, using a non-monospace font, can you force the browser to render each character at a fixed width?
Is there any way to force a font to be monospaced using CSS?
By this I mean, using a non-monospace font, can you force the browser to render each character at a fixed width?
Why not think outside the box and inside a table for this:
I've just found the
text-transform: full-width;
experimental keyword, which:Combined with negative
letter-spacing
, you can get not-so-horrible results: