On this page

Variable FontFace

FontFace: {
    prototype: FontFace;
    new (
        family: string,
        source: string | BufferSource,
        descriptors?: FontFaceDescriptors,
    ): FontFace;
}

Type Declaration

Was this helpful?
SDK JS
Reference
FontFace