From adf7de69a9233fa7500c6e626394b64f48476210 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 30 Nov 2023 14:36:30 +0530 Subject: [PATCH] reduced name font size --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6c7ebc4..285d1e2 100644 --- a/index.html +++ b/index.html @@ -332,7 +332,7 @@ certPdf.text(`Issued: ${getFormattedTime(time, 'date-only')}`, 700, 254, { align: 'center' }); // issued date certPdf.text("RanchiMall, a blockchain incorporated entity certifies that", 700, 310, { align: 'center' }); certPdf.setFont('times', 'bold'); - certPdf.setFontSize(64); + certPdf.setFontSize(56); certPdf.text(name.toUpperCase(), 700, 380, { align: 'center' }); // name certPdf.setFont('times', 'normal'); certPdf.setFontSize(18);