Skip to content

Commit 8f00a30

Browse files
authored
tweak font-weight range to [1..1000]
The OpenType 1.8 spec defines the usWeightClass value as being between [1..1000]
1 parent edd26db commit 8f00a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rules defined in CSS3 Fonts.</p>
9696

9797
<p>Expand the range of weights possible within the <code>font-weight</code>
9898
property and <code>font-weight</code> descriptor to include integer values within
99-
the range [1..999]. Define precisely how the font matching algorithm works
99+
the range [1..1000]. Define precisely how the font matching algorithm works
100100
when using weights in this range.</p>
101101

102102
<p class="example">Example of using new font weights mixed with old ones</p>

0 commit comments

Comments
 (0)