The Wayback Machine - https://web.archive.org/web/20180331053557/https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent

FontFaceSetLoadEvent

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The FontFaceSetLoadEvent interface of the the Css Font Loading API is fired whenever a FontFaceSet loads.

Constructor

FontFaceSetLoadEvent()
Creates a new FontFaceSetLoadEvent object.

Properties

FontFaceSetLoadEvent.fontfacesRead only
Returns an array of FontFace instances each of which represents a single usable font.

Specifications

Specification Status Comment
CSS Font Loading Module Level 3
The definition of 'FontFaceSetLoadEvent' in that specification.
Working Draft Initial definition.

Browser Compatibility

FeatureChromeEdgeFirefoxInternet ExplorerOperaSafari
Basic support35 ? ? ?22 ?
FontFaceSetLoadEvent() constructor57 ? ? ?44 ?
fontfaces35 ? ? ?22 ?
FeatureAndroid webviewChrome for AndroidEdge mobileFirefox for AndroidOpera AndroidiOS SafariSamsung Internet
Basic support No35 ? ?22 ? ?
FontFaceSetLoadEvent() constructor No57 ? ?44 ? ?
fontfaces No35 ? ?22 ? ?

Document Tags and Contributors

 Contributors to this page: fscholz, jpmedley, bunnybooboo
 Last updated by: fscholz,