Web/API/FontFace/loaded

From Get docs

Draft This page is not complete.


This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


The loaded read-only property of the FontFace interface returns a Promise that resolves with the current FontFace object when the font specified in the object's constructor is done loading or rejects with a SyntaxError.

Syntax

var aPromise = FontFace.loaded;

Value

A Promise that resolves with the current FontFace object.

Specifications

Specification Status Comment
CSS Font Loading Module Level 3The definition of 'loaded' in that specification. Working Draft Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

loaded

Experimental'

Chrome Full support 45


Full support 45


No support 35 — 45

Notes'

Notes' Before Chrome 45, the returned promise resolved with void instead of a FontFace object as required by the specification.

Edge

Full support 79

Firefox

Full support Yes

IE

No support No

Opera

Full support Yes

Safari

Full support 10

WebView Android Full support 45


Full support 45


No support 37 — 45

Notes'

Notes' Before WebView 45, the returned promise resolved with void instead of a FontFace object as required by the specification.

Chrome Android Full support 45


Full support 45


No support 35 — 45

Notes'

Notes' Before Chrome 45, the returned promise resolved with void instead of a FontFace object as required by the specification.

Firefox Android

Full support Yes

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android Full support 5.0


Full support 5.0


No support 4.0 — 5.0

Notes'

Notes' Before Samsung Internet 5.0, the returned promise resolved with void instead of a FontFace object as required by the specification.

Legend

Full support  
Full support
No support  
No support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.
See implementation notes.'
See implementation notes.