web api interface
FontFaceSetLoadEvent
Available in workers
The FontFaceSetLoadEvent interface of the CSS Font Loading API represents events fired at a FontFaceSet after it starts loading font faces.
Events are fired when font loading starts (loading), loading completes (loadingdone) or there is an error loading one of the fonts (loadingerror).
Constructor
FontFaceSetLoadEvent()- : Creates a new
FontFaceSetLoadEventobject.
- : Creates a new
Instance properties
Also inherits properties from its parent Event.
fontfacesRead only- : Returns an array of
FontFaceinstances. Depending on the event, the array will contain font faces that are loading (loading), have successfully loaded (loadingdone), or have failed to load (loadingerror).
- : Returns an array of
Instance methods
Inherits methods from its parent, Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.