docs.rodeo

MDN Web Docs mirror

FontFaceSet

{{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}} 

Instance properties

Events

Instance methods

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

In this article

View on MDN