
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Nothing.
What challenges did you encounter, and how did you overcome them?Nothing.
What specific areas of your project would you like help with?Nothing.
Community feedback
- @cia2003Posted 19 days ago
Hello!
Based on the screenshots, I think you did good on the project. When I see your code, I see that you put
font-family
in (almost) every text element. I suggest that you can put thefont-family
at the body to make it the main font and add the font fallbacks as a backup font.As an example
body { /* other codes */ font-family: "Inter", monospace; }
The "monospace" family font is a font fallback.
Marked as helpful1
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