mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-04 08:05:48 -05:00
Added Monospace to H2 font-family CSS. Challenge does not explicitly ask user to add Monospace font as a fallback font.
This commit is contained in:
@@ -763,7 +763,7 @@
|
||||
" }",
|
||||
"",
|
||||
" h2 {",
|
||||
" font-family: Lobster;",
|
||||
" font-family: Lobster, Monospace;",
|
||||
" }",
|
||||
"",
|
||||
" p {",
|
||||
|
||||
Reference in New Issue
Block a user