Change line-height to w3c recommend

https://www.w3.org/TR/WCAG21/#text-spacing
This commit is contained in:
Freeplay 2023-02-10 11:43:47 -05:00
parent 8f43786bee
commit 2c837da3e3

View file

@ -32,7 +32,7 @@ html {
overflow-wrap: break-word;
font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-size: 14px;
line-height: 1.35;
line-height: 1.6;
text-size-adjust: 100%;
tab-size: 2;