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
Bootstrap 4 has a monospace font stack which is nicer than the generic `monospace` family name.
It will select the system fonts by default, and then fall back to `monospace`.
Using system fonts is a good practice, also GitHub uses a similar font stack in their CSS.
The font stack is defined here: https://github.com/twbs/bootstrap/blob/v4.1.3/scss/_variables.scss#L252
0 commit comments