We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dd9cd commit fe974dcCopy full SHA for fe974dc
css-fonts-5/Overview.bs
@@ -95,7 +95,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
95
96
<pre class="propdef">
97
Name: font-size-adjust
98
- Value: none | <<number>>
+ Value: none | from-font | <<number>>
99
Initial: none
100
Applies to: all elements and text
101
Inherited: yes
@@ -213,6 +213,11 @@ Relative sizing: the 'font-size-adjust' property</h3>
213
text rendered using the first font in the family list
214
will display differently in older user agents
215
that don't support 'font-size-adjust'.
216
+
217
+ <dt><dfn>from-font</dfn>
218
+ <dd>
219
+ Computes to the <<number>> corresponding to
220
+ the <a>aspect value</a> of the [=first available font=].
221
</dl>
222
223
The value of 'font-size-adjust' affects the used value of 'font-size'
0 commit comments