Within the normalize.css
file, there are rules for monospace fonts that include:
font-family: monospace, monospace;
How does this differ from just using:
font-family: monospace;
Could there be a specific reason for this? Perhaps it serves as a workaround for certain browser behaviors?