mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 14:37:36 -07:00
Change line-height to w3c recommend
https://www.w3.org/TR/WCAG21/#text-spacing
This commit is contained in:
parent
841f8bee60
commit
6e8221a62a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue