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
@@ -84,7 +84,7 @@ $animate: all 0.2s ease-in-out;
#item_list{ #item_list{
p{ p{
& > a { & > a {
cursor: pointer; cursor: pointer;
&:before, &:before,
&:after { &:after {
width: 100%; width: 100%;
@@ -21,7 +21,7 @@
left: 50%; left: 50%;
transform: translate(-50%, 50%); transform: translate(-50%, 50%);
z-index: 999; z-index: 999;
margin-left: 0; margin-left: 0;
} }
} }
@@ -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;
}
}
}
}
} }
} }
} }