From: Jérémy Fabre Date: Mon, 24 Oct 2016 12:37:33 +0000 (+0200) Subject: Fix bold/italic font style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c58fc59a5102220254747e7da7853de1b7bdb0df;p=mezzo.git Fix bold/italic font style --- 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;