Skip to content

Commit ea0bb0d

Browse files
committed
[css-font-loading-3] Mention document.fonts in the intro, to make it easier to find. Fixes w3c#6125
1 parent 098567f commit ea0bb0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-font-loading-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Introduction</h2>
3333
as the user agent finally notices a usage and begins downloading and parsing the font file.
3434

3535
This specification defines a scripting interface to font faces in CSS,
36-
allowing font faces to be easily created and loaded from script.
36+
allowing font faces to be easily created (via the {{FontFace}} interface)
37+
and loaded from script (via [[#font-face-source|document.fonts]]).
3738
It also provides methods to track the loading status of an individual font,
3839
or of all the fonts on an entire page.
3940

0 commit comments

Comments
 (0)