From ee03c15c4a61b61fe998a70c428245dac00dc2ec Mon Sep 17 00:00:00 2001 From: Volker E Date: Wed, 15 Mar 2023 06:06:26 -0700 Subject: [PATCH] styles: Increase `line-heading-heading` slightly to follow Codex [EXPECTED VISUAL CHANGE] Following Codex typography definitions. This minor change results in a 2px higher heading. Bug: T332171 Change-Id: I5ac39492d8efc5c24e4340983e2b6973b7252c8f --- resources/common/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/common/variables.less b/resources/common/variables.less index 9e1824b73..5c1004fd3 100644 --- a/resources/common/variables.less +++ b/resources/common/variables.less @@ -55,7 +55,7 @@ @font-size-footer: unit( 12 / @font-size-browser, em ); @line-height-base: 1.6; -@line-height-heading: 1.3; +@line-height-heading: 1.375; @line-height-code: 1.3; @line-height-footer-info: 1.4; @line-height-footer-buttons: 2;