From 8072041012a60ab0e72af6a3361b5e03c2ea6bad Mon Sep 17 00:00:00 2001 From: yuanhepeng <39111057+yuanhepeng@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:05:14 +0800 Subject: [PATCH] fix(curriculum): improve the wording of a challenge (#45677) --- .../614206033d366c090ca7dd42.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/614206033d366c090ca7dd42.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/614206033d366c090ca7dd42.md index eec0d46c02..7e05eb3810 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/614206033d366c090ca7dd42.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/614206033d366c090ca7dd42.md @@ -9,7 +9,7 @@ dashedName: step-17 Typeface plays an important role in the accessibility of a page. Some fonts are easier to read than others, and this is especially true on low-resolution screens. -Change the font for both the `h1` and `h2` elements to `Verdana`, and use another sans-serif _web safe_ font as a fallback. +Change the font for both the `h1` and `h2` elements to `Verdana`, and use another web-safe font in the sans-serif family as a fallback. Also, add a `border-bottom` of `4px solid #dfdfe2` to `h2` elements to make the sections distinct.