How do I reduce characters' width of Arial-like fonts with CSS?
You can't reduce character width, but you can reduce letter-spacing.
span { letter-spacing: 0px; }