Limited availability
Note: This feature is available in Web 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
).
FontFaceSetLoadEvent()
Creates a new FontFaceSetLoadEvent
object.
Also inherits properties from its parent Event
.
FontFaceSetLoadEvent.fontfaces
Read only
Returns an array of FontFace
instances. Depending on the event, the array will contain font faces that are loading (loading
), have successfully loaded (loadingdone
), or have failed to load (loadingerror
).
Inherits methods from its parent, Event
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4