]> git.parisson.com Git - mezzo.git/commitdiff
Fix bold/italic font style
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 12:37:33 +0000 (14:37 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 12:37:33 +0000 (14:37 +0200)
app/static/src/sass/global/_typography.scss

index 282ec0a867c1832853593aa234c0e23cd6280c30..90b606626515d875d11a9e67436c4caeeb956603 100755 (executable)
@@ -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;