FontFaceSet: status-Eigenschaft

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

Hinweis: Dieses Feature ist verfügbar in Web Workers.

Die schreibgeschützte status-Eigenschaft der FontFaceSet-Schnittstelle gibt den Ladezustand der Schriftarten im Set zurück.

Wert

Einer der folgenden:

  • "loading"
  • "loaded"

Beispiele

Im folgenden Beispiel wird der status des FontFaceSet in die Konsole ausgegeben.

js
console.log(document.fonts.status);

Spezifikationen

Specification
CSS Font Loading Module Level 3
# dom-fontfaceset-status

Browser-Kompatibilität

BCD tables only load in the browser