From b91c87c353bba0d939342c249dbb3c9091781bea Mon Sep 17 00:00:00 2001 From: dhcodes Date: Mon, 23 Jan 2017 22:04:10 -0600 Subject: [PATCH] changed wording on google font ch. --- .../applied-visual-design.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/applied-visual-design.json b/seed/challenges/01-responsive-web-design/applied-visual-design.json index f2d5e9d2261..590d75211f0 100644 --- a/seed/challenges/01-responsive-web-design/applied-visual-design.json +++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json @@ -1147,10 +1147,11 @@ "Once you have selected the preferred font, copy the link tag that is provided and insert it into the head of your page.", "The Open Sans font is already added for you behind the scenes, but the code to include it in your own project is the following:", "<link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">", - "Once the link is in place, the font is available to include in your CSS by using the pattern font-family: 'FONT', FAMILY_NAME;.", - "In this example, \"FONT\" would be 'Open Sans' and \"FAMILY_NAME\" would be sans-serif. The quotes around 'Open Sans' are required because it has a space in its name. Also, capitalization of the font name matters.", + "Once the link is in place, the font is available to include in your CSS by using the pattern:
font-family: \"FAMILY_NAME\", GENERIC_NAME;.", + "In this example, \"FAMILY_NAME\" would be \"Open Sans\" and GENERIC_NAME would be sans-serif. The generic name is a fallback font in case the other specified font is not available.", + "Family names are case-sensitive, but generic names are not. The quotes around \"Open Sans\" are required because it has a space in its name, but generic names do not require quotes because they are keywords in CSS.", "
", - "Set the font-family of the body to \"Open Sans\"." + "Set the font-family of the body to use a family name of \"Open Sans\" and generic name of sans-serif." ], "challengeSeed": [ "