Variable FontFace

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

    Type declaration