Submitted over 1 year ago
Results Summary Components using CSS and HTML
@KAYODE-OJERINDE
Design comparison
SolutionDesign
Community feedback
- @taco-nekoPosted over 1 year ago
Your font is not working on your site. After checking, it seems you didn't do the
@import
correctly. The link in your file simply takes you to the Google Fonts page for this particular font.Replace it with this:
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@500;700;800&display=swap');
Marked as helpful0@KAYODE-OJERINDEPosted over 1 year agoThanks for the review @taco-neko I have done the needful
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