Change line-height to w3c recommend
https://www.w3.org/TR/WCAG21/#text-spacing
This commit is contained in:
parent
8f43786bee
commit
2c837da3e3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue