From da9eb14816bd0cba1e36cd28d220fc8a3fab21b4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 17:53:22 +0400 Subject: [PATCH] Add letter-spacing Signed-off-by: Valentin Popov --- _scss/components/theme/_typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_scss/components/theme/_typography.scss b/_scss/components/theme/_typography.scss index 9772d6c..0f35937 100644 --- a/_scss/components/theme/_typography.scss +++ b/_scss/components/theme/_typography.scss @@ -15,6 +15,7 @@ h4, h5, h6 { font-weight: 300; + letter-spacing: .01em; margin-bottom: 2rem; margin-top: 0; }