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
348
348
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):
@@ -462,7 +462,7 @@ Inherited: yes
462
462
Percentages: Not resolved.
463
463
Computed value: As specified
464
464
Media: visual
465
-
Animatable: As <<number>>
465
+
Animatable: As <<integer>>
466
466
</pre>
467
467
468
468
The 'font-stretch' property selects a normal,
@@ -780,14 +780,14 @@ Relative sizing: the 'font-size-adjust' property</h3>
780
780
781
781
<pre class="propdef">
782
782
Name: font-size-adjust
783
-
Value: none | <<number>>
783
+
Value: none | <<integer>>
784
784
Initial: none
785
785
Applies to: all elements
786
786
Inherited: yes
787
787
Percentages: N/A
788
788
Computed value: as specified
789
789
Media: visual
790
-
Animatable: as <<number>>
790
+
Animatable: as <<integer>>
791
791
</pre>
792
792
793
793
For any given font size, the apparent size and legibility of text
@@ -1948,7 +1948,7 @@ For: @font-face
1948
1948
1949
1949
<pre class='descdef'>
1950
1950
Name: font-variation-settings
1951
-
Value: normal | [ <<string>> <<number>>] #
1951
+
Value: normal | [ <<string>> <<integer>>] #
1952
1952
Initial: normal
1953
1953
For: @font-face
1954
1954
</pre>
@@ -2929,7 +2929,7 @@ Low-level font variation settings control: the 'font-variation-settings' propert
0 commit comments