FontFace.status
Draft
This page is not complete.
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The status
read-only property of the
FontFace
interface returns an enumerated value indicating the status of
the font, one of "unloaded"
, "loading"
, "loaded"
,
or "error"
.
Syntax
var status = FontFace.status;
Value
One of "unloaded"
, "loading"
, "loaded"
, or
"error"
.
Specifications
Specification | Status | Comment |
---|---|---|
CSS Font Loading Module Level 3 The definition of 'status' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser