summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lulua/data/report/style.css6
1 files changed, 6 insertions, 0 deletions
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);