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

Type declaration