Skip to content

Commit 89583ac

Browse files
committed
[css-fonts-4] Clarify language about font-weight acceptible range
1 parent d8666d3 commit 89583ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ other.</p>
302302
<dt id="font-weight-numeric-values"><dfn><<number>></dfn></dt>
303303
<dd>
304304
These values form an ordered sequence, where each number indicates a weight that is
305-
at least as dark as its predecessor. Only values between 1 - 999 are valid, and all other values are treated as parse errors. Certain numeric values correspond to the commonly used weight names below (Note that a font may internally provide its own mappings, but those mappings within the font are disregarded):
305+
at least as dark as its predecessor. Only values greater than 0 and less than 1000 are valid, and all other values are treated as parse errors. Certain numeric values correspond to the commonly used weight names below (Note that a font may internally provide its own mappings, but those mappings within the font are disregarded):
306306

307307
<ul>
308308
<li>100 - Thin</li>

0 commit comments

Comments
 (0)