Design comparison
Solution retrospective
I would love to receive some feedbacks.
Community feedback
- @mattstuddertPosted almost 5 years ago
Nice work, Priscila! Your overall layout looks good. I'd recommend trying to use the correct fonts and trying to get your solution looking as close to the design as possible. It looks great already, but having that attention to detail is a great skill to build up. Keep up the great work!
0@pittyh6Posted almost 5 years ago@mattstuddert Hello Matt, how can I get the correct font?
0@beatrizalmeidapiresPosted almost 5 years agoHi @pittyh6 !
You need two steps:
-
Go on https://fonts.google.com , select the font you want(search for the name that front end mentor suggests) and copy the code into the head of your HTML document. Something like: link href="https://fonts.googleapis.com/css?family=Ibarra+Real+Nova&display=swap" rel="stylesheet"
-
In the CSS file use the propertie <font-family: 'Ibarra Real Nova', serif;> (the name will depend on the font you've selected)
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