From 983006a9dd559c342273332b80680c1719bb9f4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 15:33:25 +0200 Subject: [PATCH] Light font in the page content. --- app/static/src/sass/global/_typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index fe17f96f..6cf08602 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -58,6 +58,7 @@ main p, main ul.unstyled-list { @include line-height(1.25); @include typeface(serif); @include typey-debug-grid; + font-weight: weight(light); a:not(.button) { -- 2.39.5