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:
Zach Krzyzanowski
2015-11-22 00:29:02 -05:00
parent 8fb2be3757
commit e00ecaf093

View File

@ -763,7 +763,7 @@
" }",
"",
" h2 {",
" font-family: Lobster;",
" font-family: Lobster, Monospace;",
" }",
"",
" p {",