From 41506c9c4b8c2a93d6538595a9d63100dc4f98de Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Fri, 24 Jan 2020 10:49:28 +0100 Subject: [PATCH] bold et saut de ligne --- user/themes/figureslibres/scss/theme/_typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/themes/figureslibres/scss/theme/_typography.scss b/user/themes/figureslibres/scss/theme/_typography.scss index 7dc1fab..8634fb8 100644 --- a/user/themes/figureslibres/scss/theme/_typography.scss +++ b/user/themes/figureslibres/scss/theme/_typography.scss @@ -99,8 +99,8 @@ a, button{ p{ margin-top: 10px; strong{ - font-family: $lato; display: block; + font-weight: bold; &::after{ display: none; } @@ -112,6 +112,7 @@ a, button{ margin-top: 10px; strong{ display: block; + font-weight: bold; &::after{ display: none; }