This feature is not Baseline because it does not work in some of the most widely-used browsers.
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.
| Specification |
|---|
| CSS Font Loading Module Level 3> # fontfacesetloadevent> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
FontFaceSetLoadEvent |
57 | 79 | 41 | 44 | No | 57 | 41 | 43 | No | 7.0 | 57 | No |
FontFaceSetLoadEvent |
35 | 79 | 41 | 22 | No | 35 | 41 | 22 | No | 3.0 | 37 | No |
fontfaces |
35 | 79 | 41 | 22 | No | 35 | 41 | 22 | No | 3.0 | 37 | No |
worker_support |
No | No | 105 | No | No | No | 105 | No | No | No | No | No |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent