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:
parent
ccebae1553
commit
66fcee80ef
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user