diff --git a/user/themes/figureslibres/scss/theme/_typography.scss b/user/themes/figureslibres/scss/theme/_typography.scss index 7b202c6..1d73847 100644 --- a/user/themes/figureslibres/scss/theme/_typography.scss +++ b/user/themes/figureslibres/scss/theme/_typography.scss @@ -99,7 +99,18 @@ a, button{ p{ strong{ margin-top: 10px; - font-family: $rumeur; + font-family: $lato; + display: block; + &::after{ + display: none; + } + } + } + } + &.figureslibres{ + p{ + strong{ + margin-top: 10px; display: block; &::after{ display: none;