From 2c837da3e36ba27ed758f035acd1922c6acbafc6 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Fri, 10 Feb 2023 11:43:47 -0500 Subject: [PATCH] Change line-height to w3c recommend https://www.w3.org/TR/WCAG21/#text-spacing --- packages/client/src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 01bff888a..2e53aadd7 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -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;