When using terminal, many fonts that support double-width characters display them as exactly twice the width of single-width characters. For instance, these two lines should appear with the same width:
あああ
aaaaaa
However, this consistency is not maintained in browsers like Chrome or Firefox. I have tried different monospace fonts, but none of them seem to render あ
precisely twice the width of a
.
So my question is: Is there a way to resolve this issue using CSS? Are there any fonts that naturally meet this requirement without needing CSS intervention? Or is this simply an unsolvable problem?