Commit afdbd1e
Use monospace font stack
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#L2521 parent 4d3ae9b commit afdbd1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments