@phtm-haruPosted 3 months ago
Congratulations on finishing the challenge. 🎉
I just finished mine 👩🏻💻
Also that is a nice solution 👍🏻
Keep up the good work 💪🏻
Also, a reminder that we should use the font asset that they gave us.
Here is an example how to use them:
@font-face {
font-family: "Figtree";
src: url(../assets/fonts/Figtree-VariableFont_wght.ttf) format("truetype"),
url(../assets/fonts/static/Figtree-SemiBold.ttf) format("truetype"),
url(../assets/fonts/static/Figtree-ExtraBold.ttf) format("truetype");
}
Sorry for the lack of my english 🙇🏻♂️
1