Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The FontFaceSetLoadEvent
constructor creates a new
FontFaceLoadEvent
object which is fired whenever a
FontFaceSet
loads.
Syntax
var fontFaceSetLoadEvent = new FontFaceSetLoadEvent(type[, options])
Parameters
- type
- The literal value
'Type'
(quotation marks included). - options Optional
- Options are as follows:
fontfaces
: An array ofFontFace
instances.
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'FontFaceSetLoadEvent()' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser