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.
This commit is contained in:
smdyv 2022-04-21 18:19:13 +02:00 committed by Daniel Micay
parent ccebae1553
commit 66fcee80ef

View File

@ -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;