From 52ca149a4ea17628b75a497a57428f0c88156af5 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. --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index f8f0b08fbb..1a3081f6e6 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -763,7 +763,7 @@ " }", "", " h2 {", - " font-family: Lobster;", + " font-family: Lobster, Monospace;", " }", "", " p {",