You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
I was confused a little about this double value of monospace when noticed it at first glance. Can anyone explain why it exists here?
59 |/** 60 | * 1. Correct the inheritance and scaling of font size in all browsers.61 | * 2. Correct the odd `em` font sizing in all browsers.62 | */
63 |
64 | pre {
65 | font-family: monospace, monospace; /* 1 */
66 | font-size: 1em; /* 2 */
67 | }
I was confused a little about this double value of
monospace
when noticed it at first glance. Can anyone explain why it exists here?Origin:
base.css - line 65
The text was updated successfully, but these errors were encountered: