From 737f062cd417c374491fa0fd792265e4f268fd7f Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 26 May 2026 11:58:30 +0530 Subject: [PATCH] Changed logic in print panel narrow font --- resources/views/production-orders/printpanel.blade.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/views/production-orders/printpanel.blade.php b/resources/views/production-orders/printpanel.blade.php index d68ea9d..b7fd0c9 100644 --- a/resources/views/production-orders/printpanel.blade.php +++ b/resources/views/production-orders/printpanel.blade.php @@ -33,9 +33,12 @@ width:100%; text-align:center; /* font-family:Arial, sans-serif; */ - font-family: "Arial Narrow", Arial, sans-serif; + font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-weight:bold; - font-size:2.5mm; + font-size:3mm; + letter-spacing:-0.2mm; + transform: scaleX(0.85); + transform-origin:center; } .desc{ position:absolute;