files/en-us/web/api/fontfaceset/index.md
{{APIRef("CSS Font Loading API")}}{{AvailableInWorkers}}
The FontFaceSet interface of the CSS Font Loading API manages the loading of font-faces and querying of their download status.
A FontFaceSet instance is a Set-like object that can hold an ordered set of {{domxref("FontFace")}} objects.
This property is available as {{domxref("Document.fonts")}}, or self.fonts in web workers.
{{InheritanceDiagram}}
'loading' or 'loaded'.FontFaceSet.FontFaceSet in insertion order.FontFaceSet object.FontFaceSet object in insertion order.{{Specifications}}
{{Compat}}