Patch for commonElements.css
commonElements.css contains the following (annoyingly wrong) comment:
- It's important for this rule to first reference an actual font name, some browsers will render the monospace text
- too small otherwise, namely Firefox, Chrome and Safari
However, the rule refers to a generic font-family first for a reason: to trigger the correct font rendering behaviour *without* forcing a specific font. This patch has an updated comment:
- Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
- Specifying any valid, second value will trigger correct behaviour without forcing a different font.
It also changes '"Courier New"' to just 'Courier', which works equally well (as the font is never selected anyway).
Version: 1.20.x
Severity: enhancement
Attached: