FontFaceSet
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:
Instance Members
An EventListener called whenever an event of type loading is fired, indicating a font-face set has started loading.
An EventListener called whenever an event of type loadingdone is fired, indicating that a font face set has finished loading.
An EventListener called whenever an event of type loadingerror is fired, indicating that an error occurred whilst loading a font-face set.
Indicates the font-face's loading status. It will be one of 'loading' or 'loaded'.
| Name |
Type |
Default |
cb |
Function |
|
thisArg |
Dynamic |
(optional) |