ReadonlyreadyThe ready read-only property of the FontFaceSet interface returns a Promise that resolves to the given FontFaceSet.
ReadonlystatusThe status read-only property of the FontFaceSet interface returns the loading state of the fonts in the set.
The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
Optionaloptions: boolean | AddEventListenerOptionsThe addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
Optionaloptions: boolean | AddEventListenerOptionsThe check() method of the FontFaceSet returns true if you can render some text using the given font specification without attempting to use any fonts in this FontFaceSet that are not yet fully loaded.
Optionaltext: stringThe dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.
OptionalthisArg: anyThe load() method of the FontFaceSet forces all the fonts given in parameters to be loaded.
Optionaltext: stringThe removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.
Optionaloptions: boolean | EventListenerOptionsThe removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.
Optionaloptions: boolean | EventListenerOptions
The
FontFaceSetinterface of the CSS Font Loading API manages the loading of font-faces and querying of their download status.MDN Reference