dom / latest / fontfacesetloadevent.html /

FontFaceSetLoadEvent

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

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

Event FontFaceSetLoadEvent

Constructor

FontFaceSetLoadEvent()

Creates a new FontFaceSetLoadEvent object.

Properties

FontFaceSetLoadEvent.fontfaces Read only

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

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
FontFaceSetLoadEvent
35
79
41
No
22
No
No
35
41
22
No
3.0
FontFaceSetLoadEvent
57
79
41
No
44
No
No
57
41
43
No
7.0
fontfaces
35
79
41
No
22
No
No
35
41
22
No
3.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent