Skip to content

Commit 7c2108c

Browse files
committed
[css-fonts-4] first available font, see #4796
1 parent 36f67e7 commit 7c2108c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-fonts-4/Overview.bs

+5-3
Original file line numberDiff line numberDiff line change
@@ -3681,11 +3681,13 @@ given an identical set of available fonts and rendering technology.
36813681
The <dfn export>first available font</dfn>,
36823682
used for example in the definition of <a>font-relative lengths</a> such as ''ex''
36833683
or in the definition of the 'line-height' property,
3684-
is defined to be the first available font
3685-
that would match the U+0020 (space) character
3686-
given font families in the 'font-family!!property' list
3684+
is defined to be the first font
3685+
whose 'unicode-range' includes the U+0020 (space) character,
3686+
given the font families in the 'font-family!!property' list
36873687
(or a user agent's default font if none are available).
36883688

3689+
Note: it does not matter whether that font actually has a glyph for the space character.
3690+
36893691
<!--
36903692
██████ ██ ██ ██ ██████ ████████ ████████ ████████
36913693
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██

0 commit comments

Comments
 (0)