From 66fcee80ef3557be085dc1ea6f2d2110e45c8cc2 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 21 Apr 2022 18:19:13 +0200 Subject: [PATCH] Apply M3 body large typography to the body This increases the white space between different lines and between individual letters. It provides a more modern look and feel for the user, which makes it easier to digest the content. --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.css b/static/main.css index 1d70b6f0..7c7dd34a 100644 --- a/static/main.css +++ b/static/main.css @@ -11,6 +11,8 @@ body { min-height: 100vh; min-height: -webkit-fill-available; /* replace with stretch when standardized */ font-family: Roboto, sans-serif; + line-height: 1.5; + letter-spacing: 0.009375rem; background-color: #fafafa; /* grey50 */ color: rgba(0 0 0 / 87%); /* 87% black */ margin: 0;