Design comparison
Solution retrospective
All feedback are welcomed
Community feedback
- @lukasrihaPosted about 1 year ago
Hi Sri Rakesh!
Very nice attempt :)
In your css file, you import way too many fonts - you only need the Inter font family, weights 400 and 700. And speaking of fonts - when you set the font-family property, you should provide some fallback values. Some fonts might not be supported on all browsers / devices. A safe approach is to set the value to something like this:
font-family: 'Inter', sans-serif;
This is referred to as a font stack and it means that if the first is not compatible with your browser / device, it will use the next in line.
Keep hacking! :)
0@srirakeshvPosted about 1 year agoThankyou so much for your feedback sir in future I use this type of font structuring @lukasriha
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