From e00ecaf093f4bdbe5ff5ae5a57ef82ae2519de4a Mon Sep 17 00:00:00 2001 From: Zach Krzyzanowski Date: Sun, 22 Nov 2015 00:29:02 -0500 Subject: [PATCH] Added Monospace to H2 font-family CSS. Challenge does not explicitly ask user to add Monospace font as a fallback font. --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index f8f0b08fbb..1a3081f6e6 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -763,7 +763,7 @@ " }", "", " h2 {", - " font-family: Lobster;", + " font-family: Lobster, Monospace;", " }", "", " p {",