Firefox Tomorrow

web api instance property

FontFaceSet: status property

View on MDN ↗

Available in workers

The status read-only property of the FontFaceSet interface returns the loading state of the fonts in the set.

Value

One of:

  • "loading"
  • "loaded"

Examples

In the following example the status of the FontFaceSet is printed to the console.

console.log(document.fonts.status);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.