From c242e86eed6e31ad9b39e73b71ebe6ae56475b90 Mon Sep 17 00:00:00 2001 From: r12a Date: Fri, 10 Feb 2023 17:24:43 +0000 Subject: [PATCH] guru/pa.css: Remove a font-weight:400 --- guru/pa.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guru/pa.css b/guru/pa.css index c66496b54..e8fdd8c2e 100755 --- a/guru/pa.css +++ b/guru/pa.css @@ -18,11 +18,14 @@ text-align: start; line-height: 1.4; } + @media print { #freeText { font-size: 18px; } } + [lang=pa] { font-family: "Noto Serif Gurmukhi WF", serif; font-size: 150%; } + + .large[lang=pa] { font-size: 300%; text-align: center; line-height: 1; margin-top: 0; margin-bottom: 0; } .narrowlines .listPair { margin-bottom: 0.25em; } -a { font-weight: 400; }