|
|
@ -24,16 +24,20 @@ p {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
margin: 2mm;
|
|
|
|
margin: 2mm;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
font-family: "Trickster";
|
|
|
|
font-family: "Consolation";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p.down {
|
|
|
|
p.down {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
bottom:0;
|
|
|
|
bottom:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
@font-face {
|
|
|
|
font-family: "Trickster";
|
|
|
|
font-family: 'Consolation';
|
|
|
|
src:
|
|
|
|
src: local('Consolation'),
|
|
|
|
url("trickster-COLRv1.otf") format("opentype");
|
|
|
|
url('./fonts/Consolation014.woff') format('opentype');
|
|
|
|
}
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
}
|