diff --git a/files/en-us/web/css/@font-face/font-weight/index.md b/files/en-us/web/css/@font-face/font-weight/index.md index d21c089725c418f..db27b49a1d9abb7 100644 --- a/files/en-us/web/css/@font-face/font-weight/index.md +++ b/files/en-us/web/css/@font-face/font-weight/index.md @@ -193,11 +193,14 @@ When the `font-weight` property is specifies a weight outside this range the wei #### HTML -We include a paragraph with `` initially set to `400`, as that is the the default font-weight for unstyled paragraph text. -We also include an input of type range, setting the `step` to `50`. +We include a paragraph with `` initially set to `400`, as that is the the default font-weight for unstyled paragraph text. This paragraph is nestled between two other paragraphs to enable comparing rendered versus declared font weight values. + +We include an {{htmlelement("input/range")}} of type `range`, nested in a {{htmlelement("label")}}, setting the `step` to `50`. ```html -

LeagueMono, font-weight: 400

+

LeagueMono, font-weight: 300 (comparison)

+

LeagueMono, font-weight: 400 (example)

+

LeagueMono, font-weight: 700 (comparison)