From 787feedbb59ae3900fcd59893f3c00705d0c1936 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 10 Nov 2025 11:30:49 +0100 Subject: [PATCH] contrib/html.sh: increase default line height --- contrib/general/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/general/style.css b/contrib/general/style.css index 304f3f0..7ee47bb 100644 --- a/contrib/general/style.css +++ b/contrib/general/style.css @@ -3,6 +3,7 @@ body { background-color: transparent; font-family: fira-sans, sans-serif; font-size: 10pt; + line-height: 1.6; } @media only screen and (orientation: landscape) { body {