main
ada 2 years ago
parent 46de33d691
commit 78fa3777c9

@ -1,3 +1,14 @@
@font-face {
font-family: Consolation;
src: url('./fonts/Consolation014.woff') format('woff');
font-weight:normal;
}
body {
font-family: Consolation;
text-transform: uppercase;
letter-spacing: 1.5;
}
.card .card
{ {
width: 8.5cm; width: 8.5cm;
@ -11,11 +22,10 @@
break-inside: avoid; break-inside: avoid;
} }
.card > img { .card > img {
width: calc(100% - 8mm - 8mm); width: calc(100% - 1mm - 1mm);
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
margin: 6mm;
} }
p { p {
@ -28,12 +38,9 @@ p {
p.down { p.down {
bottom:0; bottom:0;
font-family: 'Consolation'; font-family: 'Consolation';
margin: 0 0 2mm;
} }
@font-face { .up{
font-family: 'Consolation'; margin: 2mm 0 0 0;
src: local('Consolation'), }
url('./fonts/Consolation014.woff') format('opentype');
font-weight: normal;
font-style: normal;
}

Loading…
Cancel
Save