File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6434,7 +6434,12 @@ In contrast to older technologies
64346434and sent this information in HTTP headers)
64356435such probing must be done one font at a time,
64366436providing the font family name
6437- and then checking via script whether the font was loaded.
6437+ and then checking
6438+ (either via script,
6439+ or by using unicode-range to selectively download webfonts
6440+ depending on whether the user has a font by a certain name
6441+ that supports a certain character)
6442+ whether the font was loaded.
64386443This takes time, and checking for more than a few hundred fonts
64396444introduces a noticeable delay in page rendering.
64406445
@@ -6612,7 +6617,8 @@ Changes
66126617<!-- new ones at the top -->
66136618
66146619<ul>
6615- <!-- to Nov 3 2020 -->
6620+ <!-- to Nov 12 2020 -->
6621+ <li> Clarified that JS-free probing of Unicode support of fonts is possible</li>
66166622 <li> Clarified OpenType feature tags are 4 characters, trailing-space padded</li>
66176623 <li> Added font metric override descriptors</li>
66186624 <li> Added link to font features enabled by default</li>
You can’t perform that action at this time.
0 commit comments