FontFace: status プロパティ
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2020年1月.
status
は FontFace
インターフェイスの読み取り専用プロパティで、フォントの状態を示す列挙値 "unloaded"
、"loading"
、"loaded"
、"error"
のいずれかを返します。
値
"unloaded"
、"loading"
、"loaded"
、"error"
のいずれかです。
仕様書
Specification |
---|
CSS Font Loading Module Level 3> # dom-fontface-status> |
ブラウザーの互換性
Loading…