CSS Kerning for Large Numbers
I realise that in the states large numbers are formatted with a , between thousands so you would write $1,000,000.00 . In South Africa a , is non-standard and could be used as a decimal point instead of the . . We would write $1000000.00 which is horrible to read. The typical solution is to use a bit of whitespace: $1 000 000.00 . The problem with that solution is that it still looks terrible. If I assume values are currency formatted in a particular DOM element (i.e. the numbers are suffixed with .00 even if it's double zero), the ideal solution would be to use CSS to somehow manipulate the