From ceef420f3a248578004fb18d4381f622495b4c0e Mon Sep 17 00:00:00 2001 From: Jeremias Menichelli Date: Thu, 16 Jun 2016 11:04:06 -0300 Subject: [PATCH] Add rule for all headings lh (#596) --- normalize.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/normalize.css b/normalize.css index e70ffc5..a547e39 100644 --- a/normalize.css +++ b/normalize.css @@ -154,6 +154,20 @@ h1 { margin: 0.67em 0; } +/** + * Correct the line-height for all headings in Chrome mobile, Firefox, + * iOS Safari, Microsoft Edge and IE. + */ + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.15; +} + /** * Add the correct background and color in IE 9-. */