Back to Content

FontFace: status property

files/en-us/web/api/fontface/status/index.md

latest405 B
Original Source

{{APIRef("CSS Font Loading API")}}{{AvailableInWorkers}}

The status read-only property of the {{domxref("FontFace")}} interface returns an enumerated value indicating the status of the font, one of "unloaded", "loading", "loaded", or "error".

Value

One of "unloaded", "loading", "loaded", or "error".

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}