Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello DN, congratulations for your new solution!
Your solution is amazing brother, and also responsive, something you need to fix is the place you've inserted the font/
The font import goes to the <head> not in the body, isn't a best practice add this there:
<head> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100;900&display=swap" rel="stylesheet"> </head>
Here's a guide if you need to:
https://blog.hubspot.com/website/change-font-in-html
π I hope this helps you and happy coding!
1
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