typographie

This commit is contained in:
2020-07-28 22:14:58 +02:00
parent f7a6562f51
commit b8dad034eb
91 changed files with 718 additions and 255 deletions
@@ -1,36 +1,57 @@
header{
#block-mainnavigation{
ul{
li{
font-size: 0.8rem;
a{
color: black;
font-family: 'truenoregular';
&:hover{
font-family: 'truenobold';
color: black;
text-decoration: none;
}
}
}
}
}
}
#txt_present{
margin: 3rem 0;
@media screen and (min-width: 992px) {
margin: 5rem 0;
}
& * {
color: $color2;
}
& > div{
margin: 2rem auto;
}
.__title-present{
h2{
font-size: 1.5rem;
letter-spacing: $letter_spacingH;
font-size: 1.9rem;
font-family: 'truenoregular';
line-height: normal;
}
}
.__sub-title-present{
p{
font-family: 'truenoregular';
font-style: italic;
font-size: 0.8rem;
line-height: 1rem;
font-family: 'truenoregular_italic';
font-size: 0.9rem;
line-height: 1.3rem;
}
}
.__body-present{
p{
font-family: 'truenoregular';
font-weight: lighter;
font-size: 1rem;
line-height: 1.5rem;
font-family: 'truenolight';
font-size: 1.2rem;
line-height: 1.8rem;
}
}