The FontFaceSet
interface of the CSS Font Loading API manages the loading of font-faces and querying of their download status.
Documentation FontFaceSet by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
onloading:Function
An EventListener
called whenever an event of type loading
is fired, indicating a font-face set has started loading.
onloadingdone:Function
An EventListener
called whenever an event of type loadingdone
is fired, indicating that a font face set has finished loading.
onloadingerror:Function
An EventListener
called whenever an event of type loadingerror
is fired, indicating that an error occurred whilst loading a font-face set.
read onlystatus:FontFaceSetLoadStatus
Indicates the font-face's loading status. It will be one of 'loading'
or 'loaded'
.