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
FontFaceSetLoadEventobject.
Properties
FontFaceSetLoadEvent.fontfacesRead only- Returns an array of
FontFaceinstances 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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | 35 | ? | ? | ? | 22 | ? |
FontFaceSetLoadEvent() constructor | 57 | ? | ? | ? | 44 | ? |
fontfaces | 35 | ? | ? | ? | 22 | ? |
| Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | Opera Android | iOS Safari | Samsung Internet |
|---|---|---|---|---|---|---|---|
| Basic support | No | 35 | ? | ? | 22 | ? | ? |
FontFaceSetLoadEvent() constructor | No | 57 | ? | ? | 44 | ? | ? |
fontfaces | No | 35 | ? | ? | 22 | ? | ? |

