The FontFaceSetLoadEvent interface of the the Css Font Loading
is fired whenever a web.fonts.FontFaceSet
loads.
The FontFaceSetLoadEvent interface of the the Css Font Loading is fired whenever a `web.fonts.FontFaceSet` loads.
(fontfaces this)
Property.
[Read Only] [Experimental]
The fontfaces read-only property of the FontFaceLoadEventInit
returns an array of web.fonts.FontFace
instances, each of which
a single usable font.
var fontFace[] = FontFaceSetLoadEvent.fontfaces
See also: https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces
Property. [Read Only] [Experimental] The fontfaces read-only property of the `FontFaceLoadEventInit` returns an array of `web.fonts.FontFace` instances, each of which a single usable font. `var fontFace[] = FontFaceSetLoadEvent.fontfaces` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close