Hi, i’m in stuck with the 2 last points of this exercise.
i make all of things right but the ‘‘Croissant One’’ fonts don’t work.
Can someone explain me why, please?
I watched the video to see where I went wrong, but I did everything right.
thank you for assistance
digit@font-face {
font-family:"Croissant One";
src: url("fonts/CroissantOne-Regular.ttf");
}
[...]
footer {
display: flex;
align-items: center;
padding: 0 1%;
background-color: #212121;
font-family:"Croissant One";
}