From 83a906ffbdd5b1713043ac8edcaa2a74bd879454 Mon Sep 17 00:00:00 2001 From: Ivan Sebastian Date: Mon, 5 Sep 2016 21:22:42 +0700 Subject: [PATCH] add note for Lobster font Lobster font will not degrade if browser able to find it in user's computer --- .../01-front-end-development-certification/html5-and-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index f127612976b..6ec921957f6 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -1015,7 +1015,8 @@ "When one font isn't available, you can tell the browser to \"degrade\" to another font.", "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. Notice how it degrades to the Monospace font." + "Now comment out your call to Google Fonts, so that the Lobster font isn't available. Notice how it degrades to the Monospace font.", + "Note
If you have the Lobster font installed on your computer, you wont see the degradation because your browser is able to find the font." ], "challengeSeed": [ "",