Is there a font or CSS property that would give every character the same width without the need of drawing them yourself(.ttf)?
Another option would be to use lettering.js, which would create a span element around each letter that you could then set a width to with css. This would probably only be advisable for small texts, though.