Skip to content

Commit fe974dc

Browse files
committed
[css-fonts-5] Add from-font value, computing to value from first available font. #5539
1 parent f6dd9cd commit fe974dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-fonts-5/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
9595

9696
<pre class="propdef">
9797
Name: font-size-adjust
98-
Value: none | <<number>>
98+
Value: none | from-font | <<number>>
9999
Initial: none
100100
Applies to: all elements and text
101101
Inherited: yes
@@ -213,6 +213,11 @@ Relative sizing: the 'font-size-adjust' property</h3>
213213
text rendered using the first font in the family list
214214
will display differently in older user agents
215215
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=].
216221
</dl>
217222

218223
The value of 'font-size-adjust' affects the used value of 'font-size'

0 commit comments

Comments
 (0)