From d09f90678778547c852db06e2a20246a2cba9427 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 17:00:16 +0200 Subject: Makes use of font-weight variable --- src/css/imports/_typography.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/css/imports/_typography.css') diff --git a/src/css/imports/_typography.css b/src/css/imports/_typography.css index bf6483d..1dd3240 100755 --- a/src/css/imports/_typography.css +++ b/src/css/imports/_typography.css @@ -14,6 +14,7 @@ body { font-family: var(--font-family); font-size: var(--spacing-medium); line-height: var(--line-height); + font-weight: var(--body-font-weight); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: var(--off-white); @@ -25,7 +26,7 @@ p { } strong { - font-weight: 800; + font-weight: var(--bold-font-weight); } em { -- cgit v1.3