add fonts
This commit is contained in:
parent
92668b5d29
commit
464f6cf39f
2 changed files with 422 additions and 9 deletions
|
|
@ -32,7 +32,6 @@ p::before {
|
|||
|
||||
|
||||
|
||||
|
||||
/* BILBIOGRAPHIE */
|
||||
|
||||
.bibliographie p {
|
||||
|
|
@ -66,4 +65,56 @@ p::before {
|
|||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.description{
|
||||
/* margin-bottom: calc(var(--baseline)*1); */
|
||||
padding-left: calc(var(--unit)*0.75);
|
||||
padding-right: calc(var(--unit)*0.75);
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.description-after{
|
||||
margin-bottom: calc(var(--unit)*1);
|
||||
}
|
||||
|
||||
.description-before,
|
||||
.description-after{
|
||||
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
|
||||
}
|
||||
|
||||
.description::before,
|
||||
.description::after{
|
||||
content: "......";
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
word-break: break-all;
|
||||
width: calc(var(--unit)*0.75 + 4px);
|
||||
overflow-wrap: anywhere;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.description::before{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.description::after{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue