
Solution retrospective
Faced difficulty in font selection.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AlexaGabriel
great project, there are some details such as the lack of a border radius in the image and in the H2 that you added, but they are just micro details, I saw that you had difficulty importing the fonts, next time I recommend that instead of using the link in the html, use import in css from google font, for example: @import url('https://fonts.googleapis.com/css2?family=Figtree:wght@600;800&display=swap'); Just add it and your css will already have the font imported, then just add the font family wherever you want to add it, I hope I helped you
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord