From 5c494a2cfd17aaa92a15d907a47ac5172f6f458b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 21 Oct 2021 16:08:21 +0200 Subject: report: style: Increase line height --- lulua/data/report/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css index 879114e..2cffb03 100644 --- a/lulua/data/report/style.css +++ b/lulua/data/report/style.css @@ -30,6 +30,12 @@ using http://colormind.io/bootstrap/ src: local('IBM Plex Sans Arabic Regular'), local('IBMPlexSansArabic-Regular'), url('fonts/IBMPlexSansArabic-Regular.woff2') format('woff2'); } +html { + /* Increase line-height, because Arabic font is taller than Latin and + * we need some space between lines for descenders/ascenders */ + line-height: 1.33; +} + body { font-size: 14pt; background-color: var(--light-shades); -- cgit v1.2.3