Is there a method to emulate the appearance of a fixed-width font using a variable width font in HTML?
For instance, if I were to display the phrase "The quick grey fox jumped over the lazy dog" in "Courier New," a fixed-width font, it would appear wider than if it were in a variable width font like "Arial." I am interested in utilizing "Arial" while maintaining a fixed-width character spacing.
Example with variable width:
The quick grey fox jumped over the lazy dog.
Example with fixed width:
The quick grey fox jumped over the lazy dog
Observe the tight character spacing in the words "quick" and "grey" in both examples.