Design comparison
SolutionDesign
Solution retrospective
I wonder why Google Fonts cannot be applied.
Community feedback
- @floatingPebblePosted over 1 year ago
Hey, your solution looks great!
Did you try loading fonts with
<link>
in HTML and not with@import
in CSS? It is the recommended way of loading fonts in order to speed up the page loading time.Also, try wrapping your images in
<figure>
instead of generic<div>
containers. It is good for semantic meaning, SEO, and accessibility.Cheers, and happy coding!
Marked as helpful0 - @mukwende2000Posted over 1 year ago
Import statement must be at the top level of your css
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