This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022.
Note: This feature is only available in Web 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.
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.
fonts.ready.then(() => {
// Any operation that needs to be done only after all the fonts
// have finished loading can go here.
});
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
fonts |
69 | 79 | 105 | 56 | 15 | 69 | 105 | 48 | 15 | 10.0 | 69 | 15 |
FontFaceSet interfaceFontFace
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/fonts