web api instance property
WorkerGlobalScope: fonts property
Available in workers
The fonts property of the WorkerGlobalScope interface returns the FontFaceSet interface of the worker.
This property is part of the CSS Font Loading API.
Value
The returned value is the FontFaceSet interface of the worker.
The FontFaceSet interface is useful for loading new fonts, checking the status of previously loaded fonts etc.
Examples
Doing operation after all fonts are loaded
fonts.ready.then(() => {
// Any operation that needs to be done only after all the fonts
// have finished loading can go here.
});
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
FontFaceSetinterfaceFontFace