We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098567f commit ea0bb0dCopy full SHA for ea0bb0d
1 file changed
css-font-loading-3/Overview.bs
@@ -33,7 +33,8 @@ Introduction</h2>
33
as the user agent finally notices a usage and begins downloading and parsing the font file.
34
35
This specification defines a scripting interface to font faces in CSS,
36
- allowing font faces to be easily created and loaded from script.
+ allowing font faces to be easily created (via the {{FontFace}} interface)
37
+ and loaded from script (via [[#font-face-source|document.fonts]]).
38
It also provides methods to track the loading status of an individual font,
39
or of all the fonts on an entire page.
40
0 commit comments