File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4062,11 +4062,17 @@ given an identical set of available fonts and rendering tech.
4062
4062
The <dfn export>first available font</dfn> ,
4063
4063
used for example in the definition of <a>font-relative lengths</a> such as ''ex''
4064
4064
or in the definition of the 'line-height' property,
4065
- is defined to be the first font
4066
- whose 'unicode-range!!descriptor' includes the U+0020 (space) character,
4065
+ is defined to be the first font
4066
+ for which the character U+0020 (space)
4067
+ is not excluded by a 'unicode-range!!descriptor' ,
4067
4068
given the font families in the 'font-family!!property' list
4068
4069
(or a user agent's default font if none are available).
4069
4070
4071
+ Installed fonts referenced directly by family name,
4072
+ rather than via @font-face rules,
4073
+ are considered to have a 'unicode-range!!descriptor'
4074
+ that covers the entire Unicode code space.
4075
+
4070
4076
<wpt>
4071
4077
first-available-font-001.html
4072
4078
first-available-font-002.html
You can’t perform that action at this time.
0 commit comments