Firefox Tomorrow

web api instance property

FontFaceSet: size property

View on MDN ↗

Available in workers

The size property of the FontFaceSet interface returns the number of items in the FontFaceSet.

Value

An integer indicating the number of items in the FontFaceSet.

Examples

In the following example the size of the FontFaceSet is printed to the console.

console.log(document.fonts.size);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.