• Skip to main content
  • Skip to search
  • Skip to select language
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. Web technology for developers
  2. Web APIs
  3. FontFaceSet
  4. FontFaceSet.status

Table of contents

  • Value
  • Examples
  • Specifications
  • Browser compatibility

FontFaceSet.status

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

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

Browser compatibility

BCD tables only load in the browser

Found a problem with this page?

  • Edit on GitHub
  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Jan 19, 2022, by MDN contributors

Related Topics

  1. CSS Font Loading API
  2. FontFaceSet
  3. Properties
    1. FontFaceSet: loading event
    2. FontFaceSet: loadingdone event
    3. FontFaceSet: loadingerror event
    4. ready
    5. size
    6. status
  4. Methods
    1. add()
    2. check()
    3. clear()
    4. delete()
    5. entries()
    6. forEach()
    7. has()
    8. keys()
    9. load()
    10. values()
  5. Inheritance:
    1. EventTarget
  6. Related pages for CSS Font Loading API
    1. FontFace
    2. FontFaceSetLoadEvent
    3. FontFaceSource
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

  • MDN on Twitter
  • MDN on Github

Mozilla

  • Mozilla on Twitter
  • Mozilla on Instagram

© 2005-2022 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies