txt fontfamily

This commit is contained in:
2020-01-22 19:01:08 +01:00
parent d69cc34fea
commit 00ff61237a
5 changed files with 34 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -83,6 +83,28 @@ a, button{
line-height: normal; line-height: normal;
} }
} }
&.figureslibres{
p{
strong{
font-family: $rammetto;
display: block;
&::after{
display: none;
}
}
}
}
&.logiciels-libres{
p{
strong{
font-family: $rumeur;
display: block;
&::after{
display: none;
}
}
}
}
} }
} }
} }