You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These values form an ordered sequence, where each number indicates a weight that is
353
353
at least as dark as its predecessor. Only values greater than or equal to 1, and less than or equal to 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 might internally provide its own mappings, but those mappings within the font are disregarded):
@@ -467,7 +467,7 @@ Inherited: yes
467
467
Percentages: Not resolved.
468
468
Computed value: As specified
469
469
Media: visual
470
-
Animatable: As <<integer>>
470
+
Animatable: As <<number>>
471
471
</pre>
472
472
473
473
The 'font-stretch' property selects a normal,
@@ -785,14 +785,14 @@ Relative sizing: the 'font-size-adjust' property</h3>
785
785
786
786
<pre class="propdef">
787
787
Name: font-size-adjust
788
-
Value: none | <<integer>>
788
+
Value: none | <<number>>
789
789
Initial: none
790
790
Applies to: all elements
791
791
Inherited: yes
792
792
Percentages: N/A
793
793
Computed value: as specified
794
794
Media: visual
795
-
Animatable: as <<integer>>
795
+
Animatable: as <<number>>
796
796
</pre>
797
797
798
798
For any given font size, the apparent size and legibility of text
@@ -1953,7 +1953,7 @@ For: @font-face
1953
1953
1954
1954
<pre class='descdef'>
1955
1955
Name: font-variation-settings
1956
-
Value: normal | [ <<string>> <<integer>>] #
1956
+
Value: normal | [ <<string>> <<number>>] #
1957
1957
Initial: normal
1958
1958
For: @font-face
1959
1959
</pre>
@@ -3045,7 +3045,7 @@ Low-level font variation settings control: the 'font-variation-settings' propert
0 commit comments