From 6dc69bad8e1c9dfa65d2d85e74300ad68086bd5c Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Wed, 22 Feb 2017 19:34:54 -0500 Subject: [PATCH] Improve instructions in font degrade challenge --- challenges/01-responsive-web-design/basic-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-css.json b/challenges/01-responsive-web-design/basic-css.json index 50551ca39c..4ca05c3948 100644 --- a/challenges/01-responsive-web-design/basic-css.json +++ b/challenges/01-responsive-web-design/basic-css.json @@ -812,7 +812,8 @@ "For example, if you wanted an element to use the Helvetica font, but also degrade to the Sans-Serif font when Helvetica wasn't available, you could use this CSS style:", "
p {
  font-family: Helvetica, Sans-Serif;
}
", "
", - "Now comment out your call to Google Fonts, so that the Lobster font isn't available. You'll also have to make sure the heading font gets degraded to Monospace. Some CSS changes will be necessary for this.", + "To begin with, apply the Monospace font to the h2 element, so that it now has two fonts - Lobster and Monospace.", + "In the last challenge, you imported the Lobster font using the link tag. Now comment out that import of the Lobster font from Google Fonts so that it isn't available anymore. Notice how your h2 element degrades to the Monospace font.", "Note
If you have the Lobster font installed on your computer, you won't see the degradation because your browser is able to find the font." ], "challengeSeed": [