pub async fn insert(
    conn: &mut PgConnection,
    certificate_font: &NewCertificateFont
) -> ModelResult<CertificateFont>