Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hello Deniz,
nice work. It looks like font-families are missing, you can add them by importing it on the top of your css file:
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lexend+Deca&display=swap");
then use them like usual with e.g.
- font-family: "Lexend Deca", sans-serif;
- font-family: "Inter", sans-serif;
Hope you find this feedback helpful!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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