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