Design comparison
SolutionDesign
Solution retrospective
I did everything only with html and css, i found difficulty in using the right and i think it's still the wrong font. I'm unsure of the responsive part of my code. What should i do to have a better result?
Community feedback
- @Mueen-AlkhousPosted about 1 year ago
Hello @KKmirak, I want to say Great job. There's One thing You missed in you solution, and it is the font family. I have checked your code, here what I found regarding this issue: First You did not add a font face (@font-face) in the top of your CSS file, You can add font face like this on the top of CSS file
@font-face { font-family: Hanken Grotesk; src: url(./assets/fonts/HankenGrotesk-VariableFont_wght.ttf) }
Now you can use the font in your solution. I hope You find this helpful.
0
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