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