From c58fc59a5102220254747e7da7853de1b7bdb0df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 24 Oct 2016 14:37:33 +0200 Subject: [PATCH] Fix bold/italic font style --- app/static/src/sass/global/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 282ec0a8..90b60662 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -67,6 +67,10 @@ main p, main ul.unstyled-list, main ul:not([class]), main td { @include typey-debug-grid; font-weight: weight(light); + strong { + font-weight: bold; + } + a:not(.button) { position: relative; -- 2.39.5